Add:
makeoptions COPTS="-O2 -march=strongarm -mtune=strongarm"
This commit is contained in:
parent
6c22552f42
commit
1ee75cc4e0
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: CATS,v 1.37 2000/09/24 15:59:29 jdolecek Exp $
|
||||
# $NetBSD: CATS,v 1.38 2000/10/26 18:33:02 abs Exp $
|
||||
#
|
||||
# CATS -- CHALTECH CATS Development 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=strongarm -mtune=strongarm"
|
||||
|
||||
# Architecture options
|
||||
#options IOMD # We have an IOMD
|
||||
|
|
Loading…
Reference in New Issue