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 Don't include t-arm-elf since it ...
details: https://anonhg.NetBSD.org/src/rev/c54ca4a2959d
branches: trunk
changeset: 784657:c54ca4a2959d
user: matt <matt%NetBSD.org@localhost>
date: Tue Feb 05 03:02:10 2013 +0000
description:
Don't include t-arm-elf since it just provides stuff which netbsd already has.
diffstat:
external/gpl3/gcc/dist/gcc/config.gcc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r a5027cde50aa -r c54ca4a2959d external/gpl3/gcc/dist/gcc/config.gcc
--- a/external/gpl3/gcc/dist/gcc/config.gcc Tue Feb 05 02:57:54 2013 +0000
+++ b/external/gpl3/gcc/dist/gcc/config.gcc Tue Feb 05 03:02:10 2013 +0000
@@ -730,7 +730,8 @@
case ${target} in
arm*-*-netbsdelf-*eabi*)
tm_file="$tm_file arm/bpabi.h arm/netbsd-elf.h arm/netbsd-eabi.h"
- tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi"
+ #tmake_file="$tmake_file arm/t-arm-elf"
+ tmake_file="$tmake_file arm/t-bpabi"
tmake_file="$tmake_file arm/t-netbsd-eabi"
# The BPABI long long divmod functions return a 128-bit value in
# registers r0-r3. Correctly modeling that requires the use of
Home |
Main Index |
Thread Index |
Old Index