diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-11-29 22:40:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-11-29 22:40:14 +0000 |
commit | b11a3328e561a6b0ad9cd44403b6d57798dcfa22 (patch) | |
tree | b507f5491a79b3bfdf16598cd11050d571dd7b4e /sys/arch/i386/conf | |
parent | 550614d9f75cc252851dc87b35614151fb27e48a (diff) |
Nuke all commons but one, and enable --warn-common in LINKFLAGS.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/Makefile.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index f43ca12101b..6f61d92eaa4 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.i386,v 1.44 2006/07/27 05:58:11 miod Exp $ +# $OpenBSD: Makefile.i386,v 1.45 2006/11/29 22:40:11 miod Exp $ # Makefile for OpenBSD # @@ -52,7 +52,7 @@ CMACHFLAGS+= -fno-builtin-printf -fno-builtin-log COPTS?= -O2 CFLAGS= ${DEBUG} ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE} AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE -LINKFLAGS= -Ttext 0xD0200120 -e start -N +LINKFLAGS= -Ttext 0xD0200120 -e start -N --warn-common STRIPFLAGS= -g -X -x HOSTCC= ${CC} |