From: Adrian S. <a3s...@us...> - 2005-08-02 17:40:53
|
Update of /cvsroot/sblim/mofc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28150/mofc 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/mofc/configure.ac,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- configure.ac 14 Jun 2005 09:01:40 -0000 1.5 +++ configure.ac 2 Aug 2005 17:40:44 -0000 1.6 @@ -13,7 +13,7 @@ CFLAGS=-W"c,ASCII,dll,expo,langlvl(extended),float" LDFLAGS=-W"l,XPLINK,dll,EDIT=NO" ;; - **) CFLAGS=-Wall + **) CFLAGS="-Wall -fsigned-char" CFLAGS="-g $CFLAGS" ;; esac |