From 52587c81cbc96d2547c5cdbc2095ad36bf1ad427 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 28 Apr 2010 21:54:56 +0000 Subject: We no longer need -Di386. ok deraadt@ --- sys/arch/i386/conf/Makefile.i386 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386/conf') 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 -- cgit v1.2.3