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 We also need t-riscv (for riscv-b...



details:   https://anonhg.NetBSD.org/src/rev/d1325b6cf3e1
branches:  trunk
changeset: 448811:d1325b6cf3e1
user:      maya <maya%NetBSD.org@localhost>
date:      Sat Feb 09 20:57:17 2019 +0000

description:
We also need t-riscv (for riscv-builtins.o)

diffstat:

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

diffs (11 lines):

diff -r b2bb450df293 -r d1325b6cf3e1 external/gpl3/gcc/dist/gcc/config.gcc
--- a/external/gpl3/gcc/dist/gcc/config.gcc     Sat Feb 09 19:40:32 2019 +0000
+++ b/external/gpl3/gcc/dist/gcc/config.gcc     Sat Feb 09 20:57:17 2019 +0000
@@ -2164,6 +2164,7 @@
          *) tmake_file="${tmake_file} riscv/t-netbsd64" ;;
        esac
        extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
+       tmake_file="${tmake_file} riscv/t-riscv"
        gnu_ld=yes
        gas=yes
        gcc_cv_initfini_array=yes



Home | Main Index | Thread Index | Old Index