Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/dist/gcc default oabi to strongarm. fixes...
details: https://anonhg.NetBSD.org/src/rev/9f4a355cd4ac
branches: trunk
changeset: 449755:9f4a355cd4ac
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Mar 19 23:55:28 2019 +0000
description:
default oabi to strongarm. fixes build.sh -a arm builds.
diffstat:
external/gpl3/gcc/dist/gcc/config.gcc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 47a2787f7c40 -r 9f4a355cd4ac external/gpl3/gcc/dist/gcc/config.gcc
--- a/external/gpl3/gcc/dist/gcc/config.gcc Tue Mar 19 20:30:05 2019 +0000
+++ b/external/gpl3/gcc/dist/gcc/config.gcc Tue Mar 19 23:55:28 2019 +0000
@@ -1134,6 +1134,8 @@
*)
tm_file="$tm_file arm/netbsd-elf.h"
tmake_file="$tmake_file arm/t-netbsd"
+ # NetBSD/arm (non-eabi) is only old platforms
+ with_cpu=${with_cpu:-strongarm}
;;
esac
tm_file="${tm_file} arm/aout.h arm/arm.h"
Home |
Main Index |
Thread Index |
Old Index