Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/arch/evbarm/conf Pull up revision 1.8 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/cf74a7b6224b
branches:  netbsd-1-6
changeset: 529364:cf74a7b6224b
user:      he <he%NetBSD.org@localhost>
date:      Sat Nov 16 09:34:12 2002 +0000

description:
Pull up revision 1.8 (requested by thorpej in ticket #637):
  Use -mcpu=xscale.

diffstat:

 sys/arch/evbarm/conf/IQ80321 |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 1ebe5d0cecd3 -r cf74a7b6224b sys/arch/evbarm/conf/IQ80321
--- a/sys/arch/evbarm/conf/IQ80321      Sat Nov 16 09:33:50 2002 +0000
+++ b/sys/arch/evbarm/conf/IQ80321      Sat Nov 16 09:34:12 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IQ80321,v 1.5.4.2 2002/11/11 23:07:19 he Exp $
+#      $NetBSD: IQ80321,v 1.5.4.3 2002/11/16 09:34:12 he Exp $
 #
 #      IQ80321 -- Intel IQ80321 Evaluation Board Kernel
 #
@@ -18,10 +18,9 @@
 
 # CPU options
 
-# For StrongARM systems
+# For XScale systems
 options        CPU_XSCALE_80321        # Support the XScale core
-makeoptions    COPTS="-O2 -march=armv4 -mtune=strongarm"
-#makeoptions   COPTS="-O2 -march=armv5 -mtune=xscale"
+makeoptions    COPTS="-O2 -mcpu=xscale"
 
 # Architecture options
 



Home | Main Index | Thread Index | Old Index