[Mockpp-commits] mockpp run-configure-unicode.sh,1.3,1.4
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-10-19 20:14:35
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14711 Modified Files: run-configure-unicode.sh Log Message: g++ 4.0 warnings Index: run-configure-unicode.sh =================================================================== RCS file: /cvsroot/mockpp/mockpp/run-configure-unicode.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- run-configure-unicode.sh 7 Oct 2005 21:16:00 -0000 1.3 +++ run-configure-unicode.sh 19 Oct 2005 20:14:27 -0000 1.4 @@ -1,4 +1,4 @@ #!/bin/sh MYFLAGS="-O0 -g3 -Wall -Werror" -MYCC="ccache g++" +MYCC="ccache g++-4.0" CFLAGS="$MYFLAGS" CXXFLAGS="$MYFLAGS" CXX=$MYCC CC=$MYCC ${0%/*}/configure --enable-unicode --enable-debug=full --prefix=/tmp/mockpp-install |