1034-sunpro.config.sparcv9.patch revision 402
402N/A--- stdcxx-4.2.1/etc/config/sunpro.config 2008-04-24 20:25:50.000000000 -0400
402N/A+++ stdcxx-4.2.1/etc/config/sunpro.config 2009-03-29 18:32:16.095641000 -0400
402N/A@@ -26,7 +26,7 @@
402N/A #
402N/A ########################################################################
402N/A
402N/A-CXX = CC
402N/A+SHELL = /bin/bash
402N/A
402N/A # extract the "C++ m.n" substring from version string (whcih changes
402N/A # from one release of the compiler to another)
402N/A@@ -59,10 +59,10 @@
402N/A
402N/A PICFLAGS = -KPIC
402N/A LDSOFLAGS =
402N/A-CXXFLAGS = -library=%none
402N/A+CXXFLAGS = -library=no%Cstd -library=Crun -features=except,rtti,export,extensions,nestedaccess,tmplife,tmplrefstatic -instances=global -template=geninlinefuncs -verbose=template -xlang=c99 $(XREGS) -xvis=yes $(XMEMALIGN) -xlibmieee -xbuiltin=%none -xinline= -norunpath -Qoption ccfe +d2,-xgeninl=system -Qoption ccfe -expand=10000 -Qoption ccfe ++boolflag:sunwcch=false -Qoption iropt -xwrap_int -mt -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_PTHREAD_SEMANTICS -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -D_XPG5 -D_RWSTD_NO_REPLACEABLE_NEW_DELETE -D_RWSTD_NO_EXT_OPERATOR_NEW -D_IN_BUILD_STDCXX -m64 -xtarget=ultra2 -xarch=sparcvis -xchip=ultra2 -xO4 -s +w2 -errtags -erroff=hidef
402N/A CXXPRELINK =
402N/A-CPPFLAGS =
402N/A-LDFLAGS = -library=%none
402N/A+CPPFLAGS = -I$(TOPDIR)/include/ansi -I$(TOPDIR)/include/tr1 -I$(TOPDIR)/include
402N/A+LDFLAGS = -library=no%Cstd -library=Crun -m64 -xtarget=ultra2 -xarch=sparcvis -xchip=ultra2 -lpthread -lumem -lm -lc -z ignore
402N/A LDSOFLAGS = -G
402N/A
402N/A # use CC to invoke the compiler (needed to pick up template
402N/A@@ -77,7 +77,7 @@
402N/A DEBUG_CXXFLAGS = -g
402N/A DEBUG_CPPFLAGS =
402N/A
402N/A-OPTMZ_CXXFLAGS = -O
402N/A+OPTMZ_CXXFLAGS = -xO4
402N/A OPTMZ_CPPFLAGS =
402N/A
402N/A # shared/static library options
402N/A@@ -124,7 +124,7 @@
402N/A ifeq ($(shell expr $(CCMAJOR) \>= 5 \& $(CCMINOR) \>= 9),1)
402N/A
402N/A # starting with Sun C++ 5.9, the compiler prefers the generic
402N/A- # -m32 and -m64 options to the architecture specific -xarch
402N/A+ # -m32 and -m64 options to the architecture specific -xarch
402N/A # options some of which have been deprecated
402N/A wide_flags = -m64
402N/A narrow_flags = -m32