diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-23 16:43:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-23 16:43:55 +0000 |
commit | 26cb6712312638d7bdedf08959b786acce79288c (patch) | |
tree | 28492561a9c3fc3a4105cd26ef447cabcfec3cad | |
parent | b138722030d15493c2113f38989d4579f6ef9df7 (diff) |
no need for -Dhppa or -Dhppa64 on these architectures
-rw-r--r-- | sys/arch/hppa/conf/Makefile.hppa | 4 | ||||
-rw-r--r-- | sys/arch/hppa64/conf/Makefile.hppa64 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa index de785f92c2c..c929768a3e4 100644 --- a/sys/arch/hppa/conf/Makefile.hppa +++ b/sys/arch/hppa/conf/Makefile.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa,v 1.50 2010/04/28 15:31:33 deraadt Exp $ +# $OpenBSD: Makefile.hppa,v 1.51 2010/05/23 16:43: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 CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wno-uninitialized \ -Wno-format -Wno-main \ -Wstack-larger-than-2047 -Wvariable-decl diff --git a/sys/arch/hppa64/conf/Makefile.hppa64 b/sys/arch/hppa64/conf/Makefile.hppa64 index 4eed1fee28b..f85e725b363 100644 --- a/sys/arch/hppa64/conf/Makefile.hppa64 +++ b/sys/arch/hppa64/conf/Makefile.hppa64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa64,v 1.24 2010/04/28 15:31:33 deraadt Exp $ +# $OpenBSD: Makefile.hppa64,v 1.25 2010/05/23 16:43: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 CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wno-uninitialized \ -Wno-format -Wno-main \ -Wstack-larger-than-2047 -Wvariable-decl |