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 rs6000/sysv.h must be after netbs...
details: https://anonhg.NetBSD.org/src/rev/9a170dd80de1
branches: trunk
changeset: 797808:9a170dd80de1
user: matt <matt%NetBSD.org@localhost>
date: Mon Jul 28 20:18:54 2014 +0000
description:
rs6000/sysv.h must be after netbsd.h so we use the ppc CC1_SPEC
diffstat:
external/gpl3/gcc/dist/gcc/config.gcc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r a4664517447e -r 9a170dd80de1 external/gpl3/gcc/dist/gcc/config.gcc
--- a/external/gpl3/gcc/dist/gcc/config.gcc Mon Jul 28 17:28:13 2014 +0000
+++ b/external/gpl3/gcc/dist/gcc/config.gcc Mon Jul 28 20:18:54 2014 +0000
@@ -2115,7 +2115,7 @@
esac
;;
powerpc*-*-netbsd*)
- tm_file="${tm_file} dbxelf.h elfos.h freebsd-spec.h rs6000/sysv4.h"
+ tm_file="${tm_file} dbxelf.h elfos.h freebsd-spec.h"
tm_file="${tm_file} netbsd.h netbsd-elf.h"
case ${target} in
powerpc64*)
@@ -2127,6 +2127,7 @@
tmake_file="${tmake_file} rs6000/t-netbsd"
;;
esac
+ tm_file="${tm_file} rs6000/sysv4.h"
extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
if test x${enable_secureplt} != xno; then
tm_file="rs6000/secureplt.h ${tm_file}"
Home |
Main Index |
Thread Index |
Old Index