Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm32/conf If we only ever have a strongarm CPU, use



details:   https://anonhg.NetBSD.org/src/rev/f3cc8c35cc2b
branches:  trunk
changeset: 499160:f3cc8c35cc2b
user:      abs <abs%NetBSD.org@localhost>
date:      Mon Nov 13 18:40:34 2000 +0000

description:
If we only ever have a strongarm CPU, use
        makeoptions    COPTS="-O2 -march=armv4 -mtune=strongarm"
some files previously had
        makeoptions    COPTS="-O2 -march=strongarm -mtune=strongarm"
some had no option at all

diffstat:

 sys/arch/arm32/conf/CATS      |  4 ++--
 sys/arch/arm32/conf/CATSINST  |  3 ++-
 sys/arch/arm32/conf/EBSA285   |  3 ++-
 sys/arch/arm32/conf/OFWGENCFG |  3 ++-
 sys/arch/arm32/conf/SHARK     |  6 +++---
 sys/arch/arm32/conf/SHARKINST |  3 ++-
 6 files changed, 13 insertions(+), 9 deletions(-)

diffs (113 lines):

diff -r 9a5a5c70d5d4 -r f3cc8c35cc2b sys/arch/arm32/conf/CATS
--- a/sys/arch/arm32/conf/CATS  Mon Nov 13 16:48:41 2000 +0000
+++ b/sys/arch/arm32/conf/CATS  Mon Nov 13 18:40:34 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CATS,v 1.39 2000/10/28 22:42:08 tsutsui Exp $
+#      $NetBSD: CATS,v 1.40 2000/11/13 18:40:34 abs Exp $
 #
 #      CATS -- CHALTECH CATS Development kernel
 #
@@ -32,7 +32,7 @@
 
 # For StrongARM systems
 options        CPU_SA110       # Support the SA110 core
-makeoptions    COPTS="-O2 -march=strongarm -mtune=strongarm"
+makeoptions    COPTS="-O2 -march=armv4 -mtune=strongarm"
 
 # Architecture options
 #options       IOMD            # We have an IOMD
diff -r 9a5a5c70d5d4 -r f3cc8c35cc2b sys/arch/arm32/conf/CATSINST
--- a/sys/arch/arm32/conf/CATSINST      Mon Nov 13 16:48:41 2000 +0000
+++ b/sys/arch/arm32/conf/CATSINST      Mon Nov 13 18:40:34 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CATSINST,v 1.22 2000/09/24 15:59:29 jdolecek Exp $
+#      $NetBSD: CATSINST,v 1.23 2000/11/13 18:40:34 abs Exp $
 #
 #      CATSINST -- CHALTECH CATS Install kernel
 #
@@ -32,6 +32,7 @@
 
 # For StrongARM systems
 options        CPU_SA110       # Support the SA110 core
+makeoptions    COPTS="-O2 -march=armv4 -mtune=strongarm"
 
 # Architecture options
 #options       IOMD            # We have an IOMD
diff -r 9a5a5c70d5d4 -r f3cc8c35cc2b sys/arch/arm32/conf/EBSA285
--- a/sys/arch/arm32/conf/EBSA285       Mon Nov 13 16:48:41 2000 +0000
+++ b/sys/arch/arm32/conf/EBSA285       Mon Nov 13 18:40:34 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: EBSA285,v 1.18 2000/11/03 10:18:56 abs Exp $
+#      $NetBSD: EBSA285,v 1.19 2000/11/13 18:40:34 abs Exp $
 #
 #      EBSA285 -- EBSA285 Architecture Kernel
 #
@@ -29,6 +29,7 @@
 
 # For StrongARM systems
 options        CPU_SA110       # Support the SA110 core
+makeoptions    COPTS="-O2 -march=armv4 -mtune=strongarm"
 
 # Architecture options
 #options       IOMD            # We have an IOMD
diff -r 9a5a5c70d5d4 -r f3cc8c35cc2b sys/arch/arm32/conf/OFWGENCFG
--- a/sys/arch/arm32/conf/OFWGENCFG     Mon Nov 13 16:48:41 2000 +0000
+++ b/sys/arch/arm32/conf/OFWGENCFG     Mon Nov 13 18:40:34 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: OFWGENCFG,v 1.12 2000/09/24 15:59:29 jdolecek Exp $
+#      $NetBSD: OFWGENCFG,v 1.13 2000/11/13 18:40:34 abs Exp $
 #
 #      OFWGENCFG: 'generic' configuration for Open Firmware boards.
 #
@@ -20,6 +20,7 @@
 # CPU options
 
 options        CPU_SA110       # Support the SA110 core
+makeoptions    COPTS="-O2 -march=armv4 -mtune=strongarm"
 
 # Architecture options
 
diff -r 9a5a5c70d5d4 -r f3cc8c35cc2b sys/arch/arm32/conf/SHARK
--- a/sys/arch/arm32/conf/SHARK Mon Nov 13 16:48:41 2000 +0000
+++ b/sys/arch/arm32/conf/SHARK Mon Nov 13 18:40:34 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SHARK,v 1.39 2000/09/24 15:59:29 jdolecek Exp $
+#      $NetBSD: SHARK,v 1.40 2000/11/13 18:40:34 abs Exp $
 # From: NetBSD: GENERIC,v 1.72 2000/08/04 02:17:46 hubertf Exp
 #
 #      SHARK
@@ -6,7 +6,7 @@
 
 include        "arch/arm32/conf/std.arm32"
 
-#ident         "GENERIC-$Revision: 1.39 $"
+#ident         "GENERIC-$Revision: 1.40 $"
 
 # estimated number of users
 maxusers       32
@@ -28,7 +28,7 @@
 options        OFW             # Enable common Open Firmware bits
 options        SHARK           # We are a Shark
 options        NSIO            # We are using the National Semi SuperIO
-makeoptions    COPTS="-O2 -march=strongarm -mtune=strongarm"
+makeoptions    COPTS="-O2 -march=armv4 -mtune=strongarm"
 
 # compatibility with old version of OFW, which may have incorrect
 # properties and/or may set up devices incorrectly.
diff -r 9a5a5c70d5d4 -r f3cc8c35cc2b sys/arch/arm32/conf/SHARKINST
--- a/sys/arch/arm32/conf/SHARKINST     Mon Nov 13 16:48:41 2000 +0000
+++ b/sys/arch/arm32/conf/SHARKINST     Mon Nov 13 18:40:34 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SHARKINST,v 1.8 2000/09/24 15:59:29 jdolecek Exp $
+#      $NetBSD: SHARKINST,v 1.9 2000/11/13 18:40:34 abs Exp $
 # From:  NetBSD: SHARK,v 1.23 1999/06/26 06:56:26 cgd Exp
 #
 #      SHARK Install Kernel
@@ -22,6 +22,7 @@
 # CPU options
 
 options        CPU_SA110       # Support the SA110 core
+makeoptions    COPTS="-O2 -march=armv4 -mtune=strongarm"
 
 # Architecture options
 



Home | Main Index | Thread Index | Old Index