diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-23 15:30:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-23 15:30:55 +0000 |
commit | b3ff2c5030ffc29a41158c41a92b6aeb56a37c83 (patch) | |
tree | 4e49f623cbbca21b155cf6447d8d730bf8300f99 /sys/arch/alpha/conf/Makefile.alpha | |
parent | 30988403984654542734e24a3ab5df6fa08e0777 (diff) |
alpha does not need to -Dalpha
Diffstat (limited to 'sys/arch/alpha/conf/Makefile.alpha')
-rw-r--r-- | sys/arch/alpha/conf/Makefile.alpha | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index 6fe9a751630..7a3c7c408d2 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.alpha,v 1.61 2010/04/28 15:47:41 deraadt Exp $ +# $OpenBSD: Makefile.alpha,v 1.62 2010/05/23 15:30:54 deraadt 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} ${PARAM} -D_KERNEL -D${_mach} +CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL CDIAGFLAGS?= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-uninitialized -Wno-format -Wno-main \ -Wstack-larger-than-2047 -Wvariable-decl |