You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2005/08/26 15:06:35 UTC

svn commit: r240233 - in /xerces/c/branches/xerces-2.7/samples: Makefile.incl runConfigure

Author: cargilld
Date: Fri Aug 26 06:06:33 2005
New Revision: 240233

URL: http://svn.apache.org/viewcvs?rev=240233&view=rev
Log:
Check in changes for xercesc-1252, irix support.

Modified:
    xerces/c/branches/xerces-2.7/samples/Makefile.incl
    xerces/c/branches/xerces-2.7/samples/runConfigure

Modified: xerces/c/branches/xerces-2.7/samples/Makefile.incl
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/samples/Makefile.incl?rev=240233&r1=240232&r2=240233&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/samples/Makefile.incl (original)
+++ xerces/c/branches/xerces-2.7/samples/Makefile.incl Fri Aug 26 06:06:33 2005
@@ -52,7 +52,7 @@
 	EXTRA_LINK_OPTIONS=-lc ${EXTRA_LIBS}
   else
 	CMP= -c ${CXXFLAGS}
-	CC= CC -c -D${PLATFORM} -LANG:pch -LANG:std -O2 -D_REENTRANT -I/usr/local/include
+	CC= CC -c -D${PLATFORM} -LANG:pch -LANG:std -O2 -D_REENTRANT -I/usr/local/include -no_auto_include
 	LINK =  CC -D${PLATFORM} ${LDFLAGS}
 	PLATFORM_LIB_LINK_OPTIONS=
 	EXTRA_LINK_OPTIONS=${EXTRA_LIBS}

Modified: xerces/c/branches/xerces-2.7/samples/runConfigure
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/samples/runConfigure?rev=240233&r1=240232&r2=240233&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/samples/runConfigure (original)
+++ xerces/c/branches/xerces-2.7/samples/runConfigure Fri Aug 26 06:06:33 2005
@@ -367,6 +367,9 @@
            aix)
               bitstobuildDefines=" $bitstobuildDefines -q64 -qwarn64 "
               bitstobuildLink=" -q64 -qwarn64 " ;;
+           irix)
+              bitstobuildDefines=" $bitstobuildDefines -64 "
+              bitstobuildLink=" -64 " ;;              
            hp-11)
                if test $cppcompiler; then
                    case $cppcompiler in



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org