summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/conf
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-12-14 08:51:22 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-12-14 08:51:22 +0000
commitfa24605dbc4c61a6d880d52d1469a55c8a002ac3 (patch)
treefa1e1a5c7df0ce6efb9e8e2dbe82293c53c58d00 /sys/arch/amiga/conf
parentc22379bc91ec3e19a4d69b7edb4d305129f0fd15 (diff)
Sync compilation flags definition accross m68k-based arches.
mvme68k still lacks some -Wfoo flags, until it is warnings clean.
Diffstat (limited to 'sys/arch/amiga/conf')
-rw-r--r--sys/arch/amiga/conf/Makefile.amiga6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amiga/conf/Makefile.amiga b/sys/arch/amiga/conf/Makefile.amiga
index 1ed1067283a..4a42ff8993f 100644
--- a/sys/arch/amiga/conf/Makefile.amiga
+++ b/sys/arch/amiga/conf/Makefile.amiga
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.amiga,v 1.28 2001/12/13 22:00:50 miod Exp $
+# $OpenBSD: Makefile.amiga,v 1.29 2001/12/14 08:51:17 miod Exp $
# $NetBSD: Makefile.amiga,v 1.60 1997/07/23 10:19:42 is Exp $
# Makefile for OpenBSD
@@ -39,8 +39,8 @@ AMIGA= $S/arch/amiga
M68K= $S/arch/m68k
INCLUDES= -I. -I$S/arch -I$S -nostdinc
-CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -Dmc68020 -Damiga
-
+CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \
+ -Dmc68020 -Damiga
CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
-Wno-uninitialized -Wno-format -Wno-main