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/gcc don't lose the netbsd general tma...



details:   https://anonhg.NetBSD.org/src/rev/fae4a228bcf5
branches:  trunk
changeset: 448681:fae4a228bcf5
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Feb 07 04:12:27 2019 +0000

description:
don't lose the netbsd general tmake_file values for m68010.

diffstat:

 external/gpl3/gcc/dist/gcc/config.gcc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 775c2ac791a8 -r fae4a228bcf5 external/gpl3/gcc/dist/gcc/config.gcc
--- a/external/gpl3/gcc/dist/gcc/config.gcc     Thu Feb 07 04:03:24 2019 +0000
+++ b/external/gpl3/gcc/dist/gcc/config.gcc     Thu Feb 07 04:12:27 2019 +0000
@@ -2018,7 +2018,7 @@
                ;;
        m68010*)
                target_cpu_default="m68010"
-               tmake_file="m68k/t-m68kelf m68k/t-m68010-netbsd"
+               tmake_file="${tmake_file} m68k/t-m68kelf m68k/t-m68010-netbsd"
                default_m68k_cpu=68010
                tmake_file="${tmake_file} m68k/t-floatlib"
                ;;



Home | Main Index | Thread Index | Old Index