summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1999-01-15 23:21:25 +0000
committerthorpej <thorpej@NetBSD.org>1999-01-15 23:21:25 +0000
commitc84a74b16bfa7dfe13983fa69dd1b6faad280ac3 (patch)
tree7eed7c67a59bde2f7e67bd886558874c038db403 /sys
parentcd3a2c5a2a6596b981623f4484c00c9ab3d43437 (diff)
Don't define "mc68020". Nothing uses it.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amiga/conf/Makefile.amiga4
-rw-r--r--sys/arch/atari/conf/Makefile.atari4
-rw-r--r--sys/arch/hp300/conf/Makefile.hp3004
-rw-r--r--sys/arch/mac68k/conf/Makefile.mac68k4
-rw-r--r--sys/arch/mvme68k/conf/Makefile.mvme68k4
-rw-r--r--sys/arch/next68k/conf/Makefile.next68k4
-rw-r--r--sys/arch/sun3/conf/Makefile.sun34
-rw-r--r--sys/arch/x68k/conf/Makefile.x68k4
8 files changed, 16 insertions, 16 deletions
diff --git a/sys/arch/amiga/conf/Makefile.amiga b/sys/arch/amiga/conf/Makefile.amiga
index 20118ac6a1f..faa4c452d50 100644
--- a/sys/arch/amiga/conf/Makefile.amiga
+++ b/sys/arch/amiga/conf/Makefile.amiga
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.amiga,v 1.78 1999/01/08 19:26:12 augustss Exp $
+# $NetBSD: Makefile.amiga,v 1.79 1999/01/15 23:21:25 thorpej Exp $
# Makefile for NetBSD
#
@@ -45,7 +45,7 @@ AMIGA= $S/arch/amiga
HAVE_GCC28!= ${CC} --version | egrep "^(2\.8|egcs)" ; echo
INCLUDES= -I. -I$S/arch -I$S -nostdinc
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \
- -Dmc68020 -Damiga -DFPCOPROC
+ -Damiga -DFPCOPROC
CWARNFLAGS?= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
-Wpointer-arith
.if (${HAVE_GCC28} != "")
diff --git a/sys/arch/atari/conf/Makefile.atari b/sys/arch/atari/conf/Makefile.atari
index 02b6c94f26b..a56e5a60566 100644
--- a/sys/arch/atari/conf/Makefile.atari
+++ b/sys/arch/atari/conf/Makefile.atari
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.atari,v 1.49 1999/01/08 19:26:12 augustss Exp $
+# $NetBSD: Makefile.atari,v 1.50 1999/01/15 23:21:25 thorpej Exp $
# Makefile for NetBSD
#
@@ -34,7 +34,7 @@ SIZE?= size
STRIP?= strip
TSORT?= tsort -q
-COPTS?= -O2 -mc68020
+COPTS?= -O2
# source tree is located via $S relative to the compilation directory
.ifndef S
diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300
index d2264e1a43b..cdbae4d6455 100644
--- a/sys/arch/hp300/conf/Makefile.hp300
+++ b/sys/arch/hp300/conf/Makefile.hp300
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.hp300,v 1.66 1999/01/08 19:26:12 augustss Exp $
+# $NetBSD: Makefile.hp300,v 1.67 1999/01/15 23:21:26 thorpej Exp $
# Makefile for NetBSD
#
@@ -45,7 +45,7 @@ HP300= $S/arch/hp300
HAVE_GCC28!= ${CC} --version | egrep "^(2\.8|egcs)" ; echo
INCLUDES= -I. -I$S/arch -I$S -nostdinc
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \
- -Dmc68020 -Dhp300
+ -Dhp300
CWARNFLAGS?= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
-Wpointer-arith
.if (${HAVE_GCC28} != "")
diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k
index 1e9cef5de0e..2b5828d3889 100644
--- a/sys/arch/mac68k/conf/Makefile.mac68k
+++ b/sys/arch/mac68k/conf/Makefile.mac68k
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.mac68k,v 1.66 1999/01/08 19:26:13 augustss Exp $
+# $NetBSD: Makefile.mac68k,v 1.67 1999/01/15 23:21:26 thorpej Exp $
# Makefile for NetBSD
#
@@ -45,7 +45,7 @@ MAC68K= $S/arch/mac68k
HAVE_GCC28!= ${CC} --version | egrep "^(2\.8|egcs)" ; echo
INCLUDES= -I. -I$S/arch -I$S -nostdinc
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \
- -Dmc68020 -Dmac68k
+ -Dmac68k
CWARNFLAGS?= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
-Wpointer-arith
.if (${HAVE_GCC28} != "")
diff --git a/sys/arch/mvme68k/conf/Makefile.mvme68k b/sys/arch/mvme68k/conf/Makefile.mvme68k
index f95e99dbb07..1823a70c59a 100644
--- a/sys/arch/mvme68k/conf/Makefile.mvme68k
+++ b/sys/arch/mvme68k/conf/Makefile.mvme68k
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.mvme68k,v 1.37 1999/01/08 19:26:13 augustss Exp $
+# $NetBSD: Makefile.mvme68k,v 1.38 1999/01/15 23:21:26 thorpej Exp $
# Makefile for NetBSD
#
@@ -47,7 +47,7 @@ MVME68K=$S/arch/mvme68k
HAVE_GCC28!= ${CC} --version | egrep "^(2\.8|egcs)" ; echo
INCLUDES= -nostdinc -I. -I$S/arch -I$S
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \
- -Dmc68020 -Dmvme68k
+ -Dmvme68k
CWARNFLAGS?= -Werror -Wpointer-arith
.if (${HAVE_GCC28} != "")
CWARNFLAGS+= -Wno-main
diff --git a/sys/arch/next68k/conf/Makefile.next68k b/sys/arch/next68k/conf/Makefile.next68k
index c8607f34e05..bd0fdaede10 100644
--- a/sys/arch/next68k/conf/Makefile.next68k
+++ b/sys/arch/next68k/conf/Makefile.next68k
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.next68k,v 1.6 1999/01/08 19:26:14 augustss Exp $
+# $NetBSD: Makefile.next68k,v 1.7 1999/01/15 23:21:26 thorpej Exp $
# Makefile for NetBSD
#
@@ -51,7 +51,7 @@ NEXT68K= $S/arch/next68k
HAVE_GCC28!= ${CC} --version | egrep "^(2\.8|egcs)" ; echo
INCLUDES= -I. -I$S/arch -I$S -nostdinc
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \
- -undef -Dmc68020 -Dnext68k -D__NetBSD__
+ -undef -Dnext68k -D__NetBSD__
# -U__NeXT__ -UNeXT -U__NeXT -U_NEXT_SOURCE -U__MACH__ \
# -DCROSS_COMPILE_NEXTSTEP
CWARNFLAGS= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-format \
diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3
index 854176a135a..f13fe9c90c5 100644
--- a/sys/arch/sun3/conf/Makefile.sun3
+++ b/sys/arch/sun3/conf/Makefile.sun3
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sun3,v 1.73 1999/01/08 19:26:15 augustss Exp $
+# $NetBSD: Makefile.sun3,v 1.74 1999/01/15 23:21:27 thorpej Exp $
# Makefile for NetBSD
#
@@ -57,7 +57,7 @@ TEXTADDR=0E004000
HAVE_GCC28!= ${CC} --version | egrep "^(2\.8|egcs)" ; echo
INCLUDES= -nostdinc -I. -I$S/arch -I$S
XDEFS= -undef -D__NetBSD__ -Dm68k -Dmc68000
-DEFINES= -D_KERNEL -Dmc68020 -Dsun3
+DEFINES= -D_KERNEL -Dsun3
CPPFLAGS= ${INCLUDES} ${XDEFS} ${DEFINES} ${IDENT} ${PARAM}
# Make it easy to override this on the command line...
CWARNFLAGS?= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
diff --git a/sys/arch/x68k/conf/Makefile.x68k b/sys/arch/x68k/conf/Makefile.x68k
index c9206d4fd37..a918dfd8869 100644
--- a/sys/arch/x68k/conf/Makefile.x68k
+++ b/sys/arch/x68k/conf/Makefile.x68k
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.x68k,v 1.30 1999/01/08 19:26:15 augustss Exp $
+# $NetBSD: Makefile.x68k,v 1.31 1999/01/15 23:21:27 thorpej Exp $
# Makefile for NetBSD
#
@@ -45,7 +45,7 @@ X68K= $S/arch/x68k
HAVE_GCC28!= ${CC} --version | egrep "^(2\.8|egcs)" ; echo
INCLUDES= -I. -I$S/arch -I$S -nostdinc
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \
- -Dmc68020 -Dx68k
+ -Dx68k
.if empty(IDENT:M-DM68060)
CMACHFLAGS= -m68030
.else