Module Name: src Committed By: matt Date: Thu Jul 31 22:58:40 UTC 2014
Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: powerpc*-netbsd*: include netbsd-elf.h after sysv4.h To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 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.25 src/external/gpl3/gcc/dist/gcc/config.gcc:1.26 --- src/external/gpl3/gcc/dist/gcc/config.gcc:1.25 Mon Jul 28 20:18:54 2014 +++ src/external/gpl3/gcc/dist/gcc/config.gcc Thu Jul 31 22:58:40 2014 @@ -2119,15 +2119,14 @@ powerpc*-*-netbsd*) 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}"