Use makeoptions CPUFLAGS not COPTS.
This commit is contained in:
parent
966656bbac
commit
492fb6662e
@ -1,4 +1,4 @@
|
||||
# $NetBSD: TWINTAIL,v 1.2 2005/04/15 17:27:21 itohy Exp $
|
||||
# $NetBSD: TWINTAIL,v 1.3 2005/05/07 22:22:02 rearnsha Exp $
|
||||
#
|
||||
# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
|
||||
#
|
||||
@ -25,7 +25,7 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
options CPU_XSCALE_PXA2X0 # Support the XScale core
|
||||
#options XSCALE_CACHE_WRITE_THROUGH
|
||||
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
||||
makeoptions COPTS="-O2 -mcpu=xscale"
|
||||
makeoptions CPUFLAGS="-mcpu=xscale"
|
||||
|
||||
# Architecture options
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user