Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/binutils/dist/gas/config Default to ARM_ARCH_V4.
details: https://anonhg.NetBSD.org/src/rev/7268a146f40c
branches: trunk
changeset: 790277:7268a146f40c
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Oct 01 10:06:17 2013 +0000
description:
Default to ARM_ARCH_V4.
Minimum processor for all arm ports is really StrongARM and has been for
sometime.
diffstat:
external/gpl3/binutils/dist/gas/config/te-armnbsd.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (9 lines):
diff -r 2669785647bc -r 7268a146f40c external/gpl3/binutils/dist/gas/config/te-armnbsd.h
--- a/external/gpl3/binutils/dist/gas/config/te-armnbsd.h Tue Oct 01 09:17:41 2013 +0000
+++ b/external/gpl3/binutils/dist/gas/config/te-armnbsd.h Tue Oct 01 10:06:17 2013 +0000
@@ -19,4 +19,4 @@
#include "te-nbsd.h"
-#define CPU_DEFAULT ARM_ARCH_V3
+#define CPU_DEFAULT ARM_ARCH_V4
Home |
Main Index |
Thread Index |
Old Index