[Xquartz-changes] [529] tinderbox/tinderbox_test.sh

source_changes at macosforge.org source_changes at macosforge.org
Sat Apr 9 09:30:01 PDT 2011


Revision: 529
          http://trac.macosforge.org/projects/xquartz/changeset/529
Author:   jeremyhu at freedesktop.org
Date:     2011-04-09 09:30:00 -0700 (Sat, 09 Apr 2011)
Log Message:
-----------
Use -mminimal-toc on ppc64

Modified Paths:
--------------
    tinderbox/tinderbox_test.sh

Modified: tinderbox/tinderbox_test.sh
===================================================================
--- tinderbox/tinderbox_test.sh	2011-04-09 16:09:23 UTC (rev 528)
+++ tinderbox/tinderbox_test.sh	2011-04-09 16:30:00 UTC (rev 529)
@@ -32,6 +32,8 @@
     URL="http://jeremyhu-tifa-linux32:xFDSPr@tinderbox.x.org/builds/rpc"
     ;;
   tifa-linux64)
+    TB_CFLAGS="-mminimal-toc"
+
     # libxcb does not like python3
     export PYTHON="/usr/bin/python2"
     LD_LIBRARY_PATH="${JHBUILDDIR}/build/lib:${JHBUILDDIR}/external/build/lib${LD_LIBRARY_PATH+:${LD_LIBRARY_PATH}}"
@@ -60,7 +62,7 @@
 export FOP_OPTS="-Xmx2048m -Djava.awt.headless=true"
 
 export CPPFLAGS="-I${JHBUILDDIR}/build/include -I${JHBUILDDIR}/external/build/include"
-export CFLAGS="-O0 -pipe -Wall -Wformat=2"
+export CFLAGS="-O0 -pipe -Wall -Wformat=2 ${TB_CFLAGS}"
 export OBJCFLAGS="${CFLAGS}"
 export CXXFLAGS="${CFLAGS}"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20110409/3ce9cab9/attachment.html>


More information about the Xquartz-changes mailing list