|
From: Jan-Benedict G. <jb...@us...> - 2005-06-26 13:41:57
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31832/arch/vax Modified Files: Makefile Log Message: - -O1 instead of -O1 probably only needed for 2.95. Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/Makefile,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- Makefile 26 Jun 2005 13:40:15 -0000 1.37 +++ Makefile 26 Jun 2005 13:41:48 -0000 1.38 @@ -18,7 +18,8 @@ # Note that this CFLAGS definition will override the definition -# in the top-level Makefile. We want -O1, not -O2. +# in the top-level Makefile. We want -O1, not -O2. This is probably +# only needed for our old gcc-2.95, but no longer for gcc-4.1. CFLAGS := $(subst -O2,-O1,$(CFLAGS) ) # These flags are used by the top-level makefile when linking |