402N/A--- stdcxx-4.2.1/etc/config/GNUmakefile.tst 2008-04-24 20:25:50.000000000 -0400
402N/A+++ stdcxx-4.2.1/etc/config/GNUmakefile.tst 2009-03-30 11:15:57.061730000 -0400
402N/A@@ -48,6 +48,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 include ../makefile.in
402N/A
402N/A # tests & rwtest library directories
402N/A@@ -67,6 +77,7 @@
402N/A
402N/A # do not compile these sources
402N/A OMIT_SRCS += $(notdir $(wildcard $(TESTDIR)/src/*.cpp)) 22_locale.cpp
402N/A+OMIT_SRCS += $(notdir $(wildcard $(TESTDIR)/regress/*.cpp)) 26.valarray.binary.stdcxx-237.cpp
402N/A
402N/A # override setting from makefile.in (tests only)
402N/A CATFILE = rwstdmessages.cat