diff options
author | 2010-04-28 21:54:55 +0000 | |
---|---|---|
committer | 2010-04-28 21:54:55 +0000 | |
commit | eb9b16a8726e0d60cd49743928cefd06b94020df (patch) | |
tree | 121716254effb5be440be62be0ecba7dc9c9be56 | |
parent | s/i386/__i386__/, no binary change. (diff) | |
download | wireguard-openbsd-eb9b16a8726e0d60cd49743928cefd06b94020df.tar.xz wireguard-openbsd-eb9b16a8726e0d60cd49743928cefd06b94020df.zip |
We no longer need -Di386.
ok deraadt@
-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 |