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
This commit is contained in:
parent
a564a7a2a9
commit
d72a269feb
|
@ -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 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
|||
|
||||
# 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
|
||||
|
|
|
@ -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 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
|||
|
||||
# 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
|
||||
|
|
|
@ -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 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
|||
|
||||
# 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
|
||||
|
|
|
@ -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 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
|||
# CPU options
|
||||
|
||||
options CPU_SA110 # Support the SA110 core
|
||||
makeoptions COPTS="-O2 -march=armv4 -mtune=strongarm"
|
||||
|
||||
# Architecture options
|
||||
|
||||
|
|
|
@ -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 CPU_SA110 # Support the SA110 core
|
|||
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.
|
||||
|
|
|
@ -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 @@ options NMBCLUSTERS=1024 # XXX, temporarily required
|
|||
# CPU options
|
||||
|
||||
options CPU_SA110 # Support the SA110 core
|
||||
makeoptions COPTS="-O2 -march=armv4 -mtune=strongarm"
|
||||
|
||||
# Architecture options
|
||||
|
||||
|
|
Loading…
Reference in New Issue