diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-16 22:52:10 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-16 22:52:10 +0000 |
commit | f60b3cb6d01f37251c358470223a411e2f05a51a (patch) | |
tree | a67bd0145ddd98bade6648cecbaa1e7fca00352d /sys/arch/mvme88k/stand/Makefile.inc | |
parent | 196add41e6dfb1dd4688aa01eb694ae821ec3d98 (diff) |
Make standalone binaries compile with -Wall -Werror
Diffstat (limited to 'sys/arch/mvme88k/stand/Makefile.inc')
-rw-r--r-- | sys/arch/mvme88k/stand/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/Makefile.inc b/sys/arch/mvme88k/stand/Makefile.inc index 93a7e80ed0a..c92f766a57d 100644 --- a/sys/arch/mvme88k/stand/Makefile.inc +++ b/sys/arch/mvme88k/stand/Makefile.inc @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.9 2005/12/30 02:03:49 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.10 2006/05/16 22:52:07 miod Exp $ MDEC_DIR?=/usr/mdec -CFLAGS+= -fno-stack-protector -mmemcpy +CFLAGS+=-Wall -Werror -fno-stack-protector -mmemcpy # Load addresses for first and second stage bootstraps STAGE1_RELOC=0x009F0000 |