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/libgcc coldfire does not want m68k/t-...



details:   https://anonhg.NetBSD.org/src/rev/3a88515f50c3
branches:  trunk
changeset: 327329:3a88515f50c3
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Mar 05 00:13:41 2014 +0000

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

diffstat:

 external/gpl3/gcc/dist/libgcc/config.host |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r a0d0b414795d -r 3a88515f50c3 external/gpl3/gcc/dist/libgcc/config.host
--- a/external/gpl3/gcc/dist/libgcc/config.host Tue Mar 04 21:08:08 2014 +0000
+++ b/external/gpl3/gcc/dist/libgcc/config.host Wed Mar 05 00:13:41 2014 +0000
@@ -696,7 +696,9 @@
 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 @@
          ;;
        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"



Home | Main Index | Thread Index | Old Index