Module Name: src
Committed By: mrg
Date: Wed Jun 29 08:08:54 UTC 2011
Modified Files:
src/external/gpl3/gcc/dist/gcc: config.gcc
Log Message:
powerpc*-netbsd* wants svr4.h these days.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/external/gpl3/gcc/dist/gcc/config.gcc:1.4
--- src/external/gpl3/gcc/dist/gcc/config.gcc:1.3 Tue Jun 21 07:28:44 2011
+++ src/external/gpl3/gcc/dist/gcc/config.gcc Wed Jun 29 08:08:54 2011
@@ -1975,7 +1975,7 @@
extra_options="${extra_options} rs6000/sysv4.opt"
;;
powerpc*-*-netbsd*)
- tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h"
+ tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h svr4.h freebsd-spec.h rs6000/sysv4.h"
case ${target} in
powerpc64*)
tm_file="rs6000/biarch64.h ${tm_file} rs6000/default64.h rs6000/netbsd64.h"