Module Name: src Committed By: matt Date: Mon Jul 28 20:18:54 UTC 2014
Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: rs6000/sysv.h must be after netbsd.h so we use the ppc CC1_SPEC To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/external/gpl3/gcc/dist/gcc/config.gcc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gcc/dist/gcc/config.gcc diff -u src/external/gpl3/gcc/dist/gcc/config.gcc:1.24 src/external/gpl3/gcc/dist/gcc/config.gcc:1.25 --- src/external/gpl3/gcc/dist/gcc/config.gcc:1.24 Tue May 27 09:18:54 2014 +++ src/external/gpl3/gcc/dist/gcc/config.gcc Mon Jul 28 20:18:54 2014 @@ -2115,7 +2115,7 @@ powerpc*-*-freebsd*) 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 @@ powerpc*-*-netbsd*) 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}"