components/stdcxx/isa_patches/sparcv9/1035-GNUmakefile.tst.sparcv9.patch
changeset 402 94ae4d75524c
equal deleted inserted replaced
401:bf52ef48020c 402:94ae4d75524c
       
     1 --- stdcxx-4.2.1/etc/config/GNUmakefile.tst	2008-04-24 20:25:50.000000000 -0400
       
     2 +++ stdcxx-4.2.1/etc/config/GNUmakefile.tst	2009-03-30 11:15:57.061730000 -0400
       
     3 @@ -48,6 +48,16 @@
       
     4  #
       
     5  ########################################################################
       
     6  
       
     7 +arch := $(shell mach)
       
     8 +
       
     9 +ifeq ($(arch),sparc)
       
    10 +      XREGS := -xregs=appl
       
    11 +      XMEMALIGN := -xmemalign=16i
       
    12 +else
       
    13 +      XREGS := -xregs=no%frameptr
       
    14 +      XMEMALIGN :=
       
    15 +endif
       
    16 +
       
    17  include ../makefile.in
       
    18  
       
    19  # tests & rwtest library directories
       
    20 @@ -67,6 +77,7 @@
       
    21  
       
    22  # do not compile these sources
       
    23  OMIT_SRCS += $(notdir $(wildcard $(TESTDIR)/src/*.cpp)) 22_locale.cpp
       
    24 +OMIT_SRCS += $(notdir $(wildcard $(TESTDIR)/regress/*.cpp)) 26.valarray.binary.stdcxx-237.cpp
       
    25  
       
    26  # override setting from makefile.in (tests only)
       
    27  CATFILE = rwstdmessages.cat