Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand/boot Override CPUFLAGS to empty so that ...



details:   https://anonhg.NetBSD.org/src/rev/c0a708894544
branches:  trunk
changeset: 569749:c0a708894544
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Sep 03 18:25:04 2004 +0000

description:
Override CPUFLAGS to empty so that a CPUFLAGS setting in the user's
mk.conf don't affect the C options we need to build the boot loader.

diffstat:

 sys/arch/i386/stand/boot/Makefile.boot |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 45ab2f654ecc -r c0a708894544 sys/arch/i386/stand/boot/Makefile.boot
--- a/sys/arch/i386/stand/boot/Makefile.boot    Fri Sep 03 18:14:09 2004 +0000
+++ b/sys/arch/i386/stand/boot/Makefile.boot    Fri Sep 03 18:25:04 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.boot,v 1.16 2004/08/15 22:10:50 dsl Exp $
+# $NetBSD: Makefile.boot,v 1.17 2004/09/03 18:25:04 thorpej Exp $
 
 S=     ${.CURDIR}/../../../../../
 
@@ -35,6 +35,7 @@
 #CPPFLAGS+= -DDEBUG_MEMSIZE
 
 # Make sure we override any optimization options specified by the user
+CPUFLAGS=      # nothing
 COPTS=  -Os
 
 .if ${MACHINE} == "amd64"



Home | Main Index | Thread Index | Old Index