402N/A--- stdcxx-4.2.1/etc/config/GNUmakefile.ph 2008-04-24 20:25:50.000000000 -0400
402N/A+++ stdcxx-4.2.1/etc/config/GNUmakefile.ph 2009-03-30 11:15:50.711606000 -0400
402N/A@@ -24,8 +24,17 @@
402N/A #
402N/A ########################################################################
402N/A
402N/A-include ../makefile.in
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+include ../makefile.in
402N/A
402N/A ########################################################################
402N/A # if PHDIR isn't set, don't try to build anything