|
From: Jan-Benedict G. <jb...@us...> - 2005-06-26 13:40:23
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31132/arch/vax Modified Files: Makefile Log Message: - Remove a blank line. Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/Makefile,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- Makefile 20 Apr 2005 10:13:11 -0000 1.36 +++ Makefile 26 Jun 2005 13:40:15 -0000 1.37 @@ -21,7 +21,6 @@ # in the top-level Makefile. We want -O1, not -O2. CFLAGS := $(subst -O2,-O1,$(CFLAGS) ) - # These flags are used by the top-level makefile when linking # the kernel LDFLAGS_vmlinux=-N -nostartfiles -nostdlib -noinhibit-exec -warn-once \ |