components/stdcxx/isa_patches/i386/1039-GNUmakefile.exm.i386.patch
changeset 402 94ae4d75524c
equal deleted inserted replaced
401:bf52ef48020c 402:94ae4d75524c
       
     1 --- stdcxx-4.2.1/etc/config/GNUmakefile.exm	2008-04-24 20:25:50.000000000 -0400
       
     2 +++ stdcxx-4.2.1/etc/config/GNUmakefile.exm	2009-03-30 11:15:44.701196000 -0400
       
     3 @@ -26,6 +26,16 @@
       
     4  #
       
     5  ########################################################################
       
     6  
       
     7 +arch := $(shell mach)
       
     8 +
       
     9 +ifeq ($(arch),sparc)
       
    10 +      XREGS := -xregs=appl
       
    11 +      XMEMALIGN := -xmemalign=8i
       
    12 +else
       
    13 +      XREGS := -xregs=no%frameptr
       
    14 +      XMEMALIGN :=
       
    15 +endif
       
    16 +
       
    17  include  ../makefile.in
       
    18  
       
    19  EXMDIR  = $(TOPDIR)/examples