402N/A--- stdcxx-4.2.1/etc/config/GNUmakefile.rwt 2008-04-24 20:25:50.000000000 -0400
402N/A+++ stdcxx-4.2.1/etc/config/GNUmakefile.rwt 2009-03-30 11:15:53.971233000 -0400
402N/A@@ -33,6 +33,16 @@
402N/A #
402N/A ########################################################################
402N/A
402N/A+arch := $(shell mach)
402N/A+
402N/A+ifeq ($(arch),sparc)
402N/A+ XREGS := -xregs=appl
402N/A+ XMEMALIGN := -xmemalign=16i
402N/A+else
402N/A+ XREGS := -xregs=no%frameptr
402N/A+ XMEMALIGN :=
402N/A+endif
402N/A+
402N/A # Generated when make is run in TOPDIR
402N/A include ../makefile.in
402N/A