Author: bdubbs Date: 2005-08-14 10:48:48 -0600 (Sun, 14 Aug 2005) New Revision: 4927
Modified: branches/6.1/BOOK/x/installing/xorg.xml Log: Update xorg define in comment Modified: branches/6.1/BOOK/x/installing/xorg.xml =================================================================== --- branches/6.1/BOOK/x/installing/xorg.xml 2005-08-14 16:48:10 UTC (rev 4926) +++ branches/6.1/BOOK/x/installing/xorg.xml 2005-08-14 16:48:48 UTC (rev 4927) @@ -254,12 +254,12 @@ * causes segmentation faults during build. If that happens, try * building without the DefaultGcc2PpcOpt line. ***********/ -/* #define DefaultGcc2i386Opt -O2 -fno-strength-reduce \ - -fno-strict-aliasing -march=i686 */ -/* #define DefaultGccAMD64Opt -O2 -fno-strength-reduce \ - -fno-strict-aliasing */ -/* #define DefaultGcc2AxpOpt -O2 -mcpu=ev6 */ -/* #define DefaultGcc2PpcOpt -O2 -mcpu=750 */ +/* #define DefaultGcc2i386Opt -O2 -fno-strength-reduce \ + -fno-strict-aliasing -march=i686 */ +/* #define DefaultGcc2AMD64Opt -O2 -fno-strength-reduce \ + -fno-strict-aliasing */ +/* #define DefaultGcc2AxpOpt -O2 -mcpu=ev6 */ +/* #define DefaultGcc2PpcOpt -O2 -mcpu=750 */ #define HasFreetype2 YES #define HasFontconfig YES -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
