Cross Reference: 1039-GNUmakefile.exm.amd64.patch
xref
: /
solaris-userland-s11u3
/
components
/
stdcxx
/
isa_patches
/
amd64
/
1039-GNUmakefile.exm.amd64.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
402
N/A
---
stdcxx-4.2.1/etc/config/GNUmakefile.exm
2008-04-24 20:25:50.000000000 -0400
402
N/A
+++
stdcxx-4.2.1/etc/config/GNUmakefile.exm
2009-03-30 11:15:44.701196000 -0400
402
N/A
@@ -26,6 +26,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=8i
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
include ../
makefile.in
402
N/A
402
N/A
EXMDIR = $(TOPDIR)/examples