From: Heiko Z. <smi...@us...> - 2004-09-20 22:14:17
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19360 Modified Files: gcc Log Message: compilation of gcc was disabled Index: gcc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/gcc,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- gcc 10 Sep 2004 23:16:24 -0000 1.23 +++ gcc 20 Sep 2004 22:14:08 -0000 1.24 @@ -27,7 +27,6 @@ case $1 in build ) - exit 0 if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then if [ ! -e ./.done_patch_protector ]; then cd gcc |