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 set md_unwind_header=aarch64/a...



details:   https://anonhg.NetBSD.org/src/rev/14558ba01d8b
branches:  trunk
changeset: 448185:14558ba01d8b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jan 24 22:00:28 2019 +0000

description:
set md_unwind_header=aarch64/aarch64-unwind.h for netbsd arm64.

diffstat:

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

diffs (11 lines):

diff -r 73818a811908 -r 14558ba01d8b external/gpl3/gcc/dist/libgcc/config.host
--- a/external/gpl3/gcc/dist/libgcc/config.host Thu Jan 24 21:51:15 2019 +0000
+++ b/external/gpl3/gcc/dist/libgcc/config.host Thu Jan 24 22:00:28 2019 +0000
@@ -353,6 +353,7 @@
        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"



Home | Main Index | Thread Index | Old Index