Use CPUFLAGS rather than COPTS to pass -mcpu=xscale.
This commit is contained in:
parent
d5e8f76b23
commit
0ab88570d0
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ADI_BRH,v 1.6 2003/05/23 14:23:46 thorpej Exp $
|
||||
# $NetBSD: ADI_BRH,v 1.7 2003/06/14 19:32:54 thorpej Exp $
|
||||
#
|
||||
# ADI_BRH -- ADI Engineering "Big Red Head" i80200 Evaluation Board
|
||||
#
|
||||
|
@ -20,7 +20,7 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
|||
|
||||
# For StrongARM systems
|
||||
options CPU_XSCALE_80200 # Support the XScale core
|
||||
makeoptions COPTS="-O2 -mcpu=xscale"
|
||||
makeoptions CPUFLAGS="-mcpu=xscale"
|
||||
#options XSCALE_CCLKCFG=9 # 733MHz
|
||||
|
||||
# Architecture options
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IQ31244,v 1.2 2003/05/23 14:23:46 thorpej Exp $
|
||||
# $NetBSD: IQ31244,v 1.3 2003/06/14 19:32:54 thorpej Exp $
|
||||
#
|
||||
# IQ31244 -- Intel IQ31244 Evaluation Board Kernel
|
||||
#
|
||||
|
@ -20,7 +20,7 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
|||
|
||||
# For XScale systems
|
||||
options CPU_XSCALE_80321 # Support the XScale core
|
||||
makeoptions COPTS="-O2 -mcpu=xscale"
|
||||
makeoptions CPUFLAGS="-mcpu=xscale"
|
||||
|
||||
# Architecture options
|
||||
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IQ80310,v 1.23 2003/05/23 14:23:46 thorpej Exp $
|
||||
# $NetBSD: IQ80310,v 1.24 2003/06/14 19:32:54 thorpej Exp $
|
||||
#
|
||||
# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
|
||||
#
|
||||
|
@ -20,7 +20,7 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
|||
|
||||
# For StrongARM systems
|
||||
options CPU_XSCALE_80200 # Support the XScale core
|
||||
makeoptions COPTS="-O2 -mcpu=xscale"
|
||||
makeoptions CPUFLAGS="-mcpu=xscale"
|
||||
options XSCALE_CCLKCFG=9 # 733MHz
|
||||
options XSCALE_NO_COALESCE_WRITES
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IQ80321,v 1.17 2003/05/23 14:23:46 thorpej Exp $
|
||||
# $NetBSD: IQ80321,v 1.18 2003/06/14 19:32:54 thorpej Exp $
|
||||
#
|
||||
# IQ80321 -- Intel IQ80321 Evaluation Board Kernel
|
||||
#
|
||||
|
@ -20,7 +20,7 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
|||
|
||||
# For XScale systems
|
||||
options CPU_XSCALE_80321 # Support the XScale core
|
||||
makeoptions COPTS="-O2 -mcpu=xscale"
|
||||
makeoptions CPUFLAGS="-mcpu=xscale"
|
||||
|
||||
# Architecture options
|
||||
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: TEAMASA_NPWR,v 1.25 2003/05/23 14:23:47 thorpej Exp $
|
||||
# $NetBSD: TEAMASA_NPWR,v 1.26 2003/06/14 19:32:54 thorpej Exp $
|
||||
#
|
||||
# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
|
||||
# server appliance.
|
||||
|
@ -22,7 +22,7 @@ options NTP # NTP phase/frequency locked loop
|
|||
|
||||
# For StrongARM systems
|
||||
options CPU_XSCALE_80200 # Support the XScale core
|
||||
makeoptions COPTS="-O2 -mcpu=xscale"
|
||||
makeoptions CPUFLAGS="-mcpu=xscale"
|
||||
options XSCALE_CCLKCFG=7 # 600MHz
|
||||
|
||||
# Architecture options
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ZAO425,v 1.6 2003/06/01 01:52:40 ichiro Exp $
|
||||
# $NetBSD: ZAO425,v 1.7 2003/06/14 19:32:54 thorpej Exp $
|
||||
#
|
||||
# ZAO425 -- Intel IXP425
|
||||
#
|
||||
|
@ -20,7 +20,7 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
|||
|
||||
# For XScale systems
|
||||
options CPU_XSCALE_IXP425 # Support the XScale core
|
||||
makeoptions COPTS="-O2 -mcpu=xscale"
|
||||
makeoptions CPUFLAGS="-mcpu=xscale"
|
||||
|
||||
# Architecture options
|
||||
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
||||
|
|
Loading…
Reference in New Issue