Cross Reference: 1036-GNUmakefile.rwt.sparcv9.patch
xref
: /
solaris-userland-s11u3
/
components
/
stdcxx
/
isa_patches
/
sparcv9
/
1036-GNUmakefile.rwt.sparcv9.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
402
N/A
---
stdcxx-4.2.1/etc/config/GNUmakefile.rwt
2008-04-24 20:25:50.000000000 -0400
402
N/A
+++
stdcxx-4.2.1/etc/config/GNUmakefile.rwt
2009-03-30 11:15:53.971233000 -0400
402
N/A
@@ -33,6 +33,16 @@
402
N/A
#
402
N/A
########################################################################
402
N/A
402
N/A
+arch := $(shell mach)
402
N/A
+
402
N/A
+ifeq ($(arch),sparc)
402
N/A
+ XREGS := -xregs=appl
402
N/A
+ XMEMALIGN := -xmemalign=16i
402
N/A
+else
402
N/A
+ XREGS := -xregs=no%frameptr
402
N/A
+ XMEMALIGN :=
402
N/A
+endif
402
N/A
+
402
N/A
# Generated when make is run in TOPDIR
402
N/A
include ../
makefile.in
402
N/A