Module Name:    src
Committed By:   mrg
Date:           Wed Mar  5 00:13:41 UTC 2014

Modified Files:
        src/external/gpl3/gcc/dist/libgcc: config.host

Log Message:
coldfire does not want m68k/t-floatlib.
enable powerpc*-netbsd* -- ie, match ppc64.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/dist/libgcc/config.host

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/libgcc/config.host
diff -u src/external/gpl3/gcc/dist/libgcc/config.host:1.5 src/external/gpl3/gcc/dist/libgcc/config.host:1.6
--- src/external/gpl3/gcc/dist/libgcc/config.host:1.5	Mon Mar  3 03:28:56 2014
+++ src/external/gpl3/gcc/dist/libgcc/config.host	Wed Mar  5 00:13:41 2014
@@ -696,7 +696,9 @@ m32rle-*-linux*)
 m68k-*-elf* | fido-*-elf)
 	tmake_file="$tmake_file m68k/t-floatlib"
 	;;
-m68k*-*-netbsdelf* | m5407-*-netbsdelf* | m68010-*-netbsdelf*)
+m5407-*-netbsdelf*)
+	;;
+m68k*-*-netbsdelf* | m68010-*-netbsdelf*)
 	tmake_file="$tmake_file m68k/t-floatlib"
 	;;
 m68k*-*-openbsd*)
@@ -847,8 +849,8 @@ powerpc*-*-freebsd*)
 	  ;;
 	esac
 	;;
-powerpc-*-netbsd*)
-	tmake_file="$tmake_file rs6000/t-netbsd rs6000/t-crtstuff"
+powerpc*-*-netbsd*)
+	tmake_file="${tmake_file} rs6000/t-netbsd rs6000/t-crtstuff"
 	;;
 powerpc-*-eabispe*)
 	tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"

Reply via email to