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/1587ca83e750
branches:  trunk
changeset: 331047:1587ca83e750
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 d183e2fa5f6c -r 1587ca83e750 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