Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/arch/evbarm/conf Pull up revision 1.3 (requested by r...
details: https://anonhg.NetBSD.org/src/rev/c9767b0eea00
branches: netbsd-3
changeset: 575759:c9767b0eea00
user: tron <tron%NetBSD.org@localhost>
date: Mon May 09 17:17:05 2005 +0000
description:
Pull up revision 1.3 (requested by rearnsha in ticket #267):
Use makeoptions CPUFLAGS not COPTS.
diffstat:
sys/arch/evbarm/conf/TWINTAIL | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fa6c5d1ef90e -r c9767b0eea00 sys/arch/evbarm/conf/TWINTAIL
--- a/sys/arch/evbarm/conf/TWINTAIL Mon May 09 17:14:21 2005 +0000
+++ b/sys/arch/evbarm/conf/TWINTAIL Mon May 09 17:17:05 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: TWINTAIL,v 1.1.4.1 2005/04/17 11:40:26 tron Exp $
+# $NetBSD: TWINTAIL,v 1.1.4.2 2005/05/09 17:17:05 tron Exp $
#
# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
#
@@ -25,7 +25,7 @@
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
Home |
Main Index |
Thread Index |
Old Index