Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/arm32/conf Pull up revision 1.29 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/3737cac5b23e
branches:  netbsd-1-5
changeset: 490674:3737cac5b23e
user:      he <he%NetBSD.org@localhost>
date:      Mon Feb 26 16:39:37 2001 +0000

description:
Pull up revision 1.29 (requested by abs):
  Add commented-out StrongARM-specific optimization flags.

diffstat:

 sys/arch/arm32/conf/RISCPC |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 163fd3dfbf66 -r 3737cac5b23e sys/arch/arm32/conf/RISCPC
--- a/sys/arch/arm32/conf/RISCPC        Mon Feb 26 16:36:39 2001 +0000
+++ b/sys/arch/arm32/conf/RISCPC        Mon Feb 26 16:39:37 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RISCPC,v 1.27 2000/03/06 03:16:26 mark Exp $
+#      $NetBSD: RISCPC,v 1.27.4.1 2001/02/26 16:39:37 he Exp $
 #
 #      RISCPC -- Full RiscPC config
 #
@@ -23,6 +23,9 @@
 #options       CPU_ARM8        # Support the ARM8 core
 #options       ARM6_LATE_ABORT # ARM6XX late abort support
 
+# For StrongARM only kernels
+#makeoptions   COPTS="-O2 -march=armv3m -mtune=strongarm"
+
 # For A7000, Stork and other ARM7500 machines
 #options       CPU_ARM7        # Support the ARM7 core
 #options       CPU_ARM7500     # We are actually an ARM7500



Home | Main Index | Thread Index | Old Index