diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-04-14 21:02:55 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-04-14 21:02:55 +0000 |
commit | c259092bfb66e5bf36cf1f84ac4f6a168d0adaba (patch) | |
tree | 4062a650c8bf97e928882738ce4ea84d09f59ab9 /sys/arch | |
parent | 6c1c822e8dfd0609bb129cf19b363578a489438d (diff) |
Compile hp300 stand with Wall or I'll never get motivated to make it clean.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hp300/stand/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/stand/Makefile.inc b/sys/arch/hp300/stand/Makefile.inc index 3a6a2677cb8..fb8e0445e8d 100644 --- a/sys/arch/hp300/stand/Makefile.inc +++ b/sys/arch/hp300/stand/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.6 2005/12/30 02:03:48 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2006/04/14 21:02:54 miod Exp $ # $NetBSD: Makefile.inc,v 1.7 1997/05/12 07:43:18 thorpej Exp $ BINDIR= /usr/mdec @@ -6,7 +6,7 @@ BINDIR= /usr/mdec # RELOC=FFF00000 allows for boot prog up to FF000 (1044480) bytes long RELOC= FFF00000 -CFLAGS+= -fno-stack-protector +CFLAGS+= -Wall -fno-stack-protector CPPFLAGS+= -DDCACONSOLE -DAPCICONSOLE -DITECONSOLE -DDCMCONSOLE CPPFLAGS+= -DHIL_KEYBOARD -DUK_KEYBOARD |