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 powerpc*-netbsd*: include netbsd-...
details: https://anonhg.NetBSD.org/src/rev/7986d39c6b7a
branches: trunk
changeset: 797871:7986d39c6b7a
user: matt <matt%NetBSD.org@localhost>
date: Thu Jul 31 22:58:40 2014 +0000
description:
powerpc*-netbsd*: include netbsd-elf.h after sysv4.h
diffstat:
external/gpl3/gcc/dist/gcc/config.gcc | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 73db0ddeb5a9 -r 7986d39c6b7a external/gpl3/gcc/dist/gcc/config.gcc
--- a/external/gpl3/gcc/dist/gcc/config.gcc Thu Jul 31 20:28:59 2014 +0000
+++ b/external/gpl3/gcc/dist/gcc/config.gcc Thu Jul 31 22:58:40 2014 +0000
@@ -2119,15 +2119,14 @@
tm_file="${tm_file} netbsd.h netbsd-elf.h"
case ${target} in
powerpc64*)
- tm_file="rs6000/biarch64.h ${tm_file} rs6000/default64.h rs6000/netbsd64.h"
+ tm_file="rs6000/biarch64.h ${tm_file} rs6000/sysv4.h rs6000/default64.h rs6000/netbsd64.h"
tmake_file="${tmake_file} rs6000/t-netbsd64"
;;
*)
- tm_file="${tm_file} rs6000/netbsd.h"
+ tm_file="${tm_file} rs6000/sysv4.h rs6000/netbsd.h"
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