From: Adrian S. <a3s...@us...> - 2005-08-02 17:40:53
|
Update of /cvsroot/sblim/sfcb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28150 Modified Files: configure.ac Log Message: Added -fsigned-char compile flag to ensure ppc gcc treats char the same way as gcc on ix86 Index: configure.ac =================================================================== RCS file: /cvsroot/sblim/sfcb/configure.ac,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- configure.ac 27 Jul 2005 16:22:38 -0000 1.16 +++ configure.ac 2 Aug 2005 17:40:43 -0000 1.17 @@ -69,7 +69,7 @@ ;; linux*) SFCB_CMPI_PLATFORM="-D CMPI_PLATFORM_LINUX_GENERIC_GNU" SFCB_CMPI_OS="-D CMPI_OS_LINUX" - CFLAGS=-Wall + CFLAGS="-Wall -fsigned-char" if test "$enable_debug" != "no"; then CFLAGS="-g $CFLAGS" fi |