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 remove double arm64 netbsd tar...



details:   https://anonhg.NetBSD.org/src/rev/9d5d78a42687
branches:  trunk
changeset: 961370:9d5d78a42687
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Apr 17 10:53:18 2021 +0000

description:
remove double arm64 netbsd target.  add t-lse, though we don't
pull this out with mknative currently.

diffstat:

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

diffs (24 lines):

diff -r 41bc9acec858 -r 9d5d78a42687 external/gpl3/gcc/dist/libgcc/config.host
--- a/external/gpl3/gcc/dist/libgcc/config.host Sat Apr 17 10:19:09 2021 +0000
+++ b/external/gpl3/gcc/dist/libgcc/config.host Sat Apr 17 10:53:18 2021 +0000
@@ -377,6 +377,7 @@
 aarch64*-*-netbsd*)
        extra_parts="$extra_parts crtfastmath.o"
        tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
+       tmake_file="${tmake_file} ${cpu_type}/t-lse t-slibgcc-libgcc"
        tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm"
        md_unwind_header=aarch64/aarch64-unwind.h
        ;;
@@ -385,12 +386,6 @@
        tmake_file="${tmake_file} ${cpu_type}/t-lse t-slibgcc-libgcc"
        tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp"
        ;;
-aarch64*-*-netbsd*)
-       extra_parts="$extra_parts crtfastmath.o"
-       tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
-       tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm"
-       md_unwind_header=aarch64/aarch64-unwind.h
-       ;;
 aarch64*-*-linux*)
        extra_parts="$extra_parts crtfastmath.o"
        md_unwind_header=aarch64/linux-unwind.h



Home | Main Index | Thread Index | Old Index