From: Kenn H. <ke...@us...> - 2005-10-13 22:52:09
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20540/arch/vax Modified Files: Makefile Log Message: Don't generate a kernel image if there are undefined symbols during the link stage Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/Makefile,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- Makefile 2 Aug 2005 20:58:22 -0000 1.39 +++ Makefile 13 Oct 2005 22:52:00 -0000 1.40 @@ -26,7 +26,7 @@ # These flags are used by the top-level makefile when linking # the kernel -LDFLAGS_vmlinux=-N -nostartfiles -nostdlib -noinhibit-exec -warn-once \ +LDFLAGS_vmlinux=-N -nostartfiles -nostdlib -warn-once \ -Map vmlinux.map -cref # Tell the top-level makefile about the addition arch-specific |