diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-04-28 21:54:56 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-04-28 21:54:56 +0000 |
commit | 52587c81cbc96d2547c5cdbc2095ad36bf1ad427 (patch) | |
tree | b340b958aa18eac186e848c7187705c86656aa46 /sys/arch/i386/conf | |
parent | 499c36bb6ce52e5dc8d36e00b7abbad4a9754916 (diff) |
We no longer need -Di386.
ok deraadt@
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 0e718d21ffb..10c123aa2e0 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.i386,v 1.65 2010/04/28 15:31:33 deraadt Exp $ +# $OpenBSD: Makefile.i386,v 1.66 2010/04/28 21:54:55 kettenis Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -25,7 +25,7 @@ _machdir?= $S/arch/${_mach} _archdir?= $S/arch/${_arch} INCLUDES= -nostdinc -I. -I$S -I$S/arch -CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -D${_mach} +CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -D__${_mach}__ CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-uninitialized -Wno-format -Wno-main \ -Wstack-larger-than-2047 |