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