cargilld 2004/09/02 08:18:10 Modified: c/samples Makefile.incl c/tests Makefile.incl Log: Specify bmaxdata for AIX samples and tests. Revision Changes Path 1.63 +6 -1 xml-xerces/c/samples/Makefile.incl Index: Makefile.incl =================================================================== RCS file: /home/cvs/xml-xerces/c/samples/Makefile.incl,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- Makefile.incl 27 Jul 2004 22:04:28 -0000 1.62 +++ Makefile.incl 2 Sep 2004 15:18:10 -0000 1.63 @@ -165,6 +165,11 @@ CC=${COMPILER} -D${PLATFORM} LINK = ${COMPILER} ${LDFLAGS} +ifeq (${BITSTOBUILD}, 64) + EXTRA_LINK_OPTIONS=-bmaxdata:0x80000000000 +else + EXTRA_LINK_OPTIONS=-bmaxdata:0x80000000 +endif # the compiler knows about this two # PLATFORM_LIB_LINK_OPTIONS=-L/usr/lpp/xlC/lib # EXTRA_LINK_OPTIONS=-lC ${EXTRA_LIBS} 1.46 +8 -1 xml-xerces/c/tests/Makefile.incl Index: Makefile.incl =================================================================== RCS file: /home/cvs/xml-xerces/c/tests/Makefile.incl,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- Makefile.incl 24 Aug 2004 20:55:24 -0000 1.45 +++ Makefile.incl 2 Sep 2004 15:18:10 -0000 1.46 @@ -164,6 +164,13 @@ CC=${COMPILER} -D${PLATFORM} LINK = ${COMPILER} ${LDFLAGS} + +ifeq (${BITSTOBUILD}, 64) + EXTRA_LINK_OPTIONS=-bmaxdata:0x80000000000 +else + EXTRA_LINK_OPTIONS=-bmaxdata:0x80000000 +endif + # the compiler knows about this two # PLATFORM_LIB_LINK_OPTIONS=-L/usr/lpp/xlC/lib # EXTRA_LINK_OPTIONS=-lC ${EXTRA_LIBS}
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]