Module Name: src
Committed By: mrg
Date: Thu Jan 24 22:00:28 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/libgcc: config.host
Log Message:
set md_unwind_header=aarch64/aarch64-unwind.h for netbsd arm64.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/external/gpl3/gcc/dist/libgcc/config.host
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/libgcc/config.host
diff -u src/external/gpl3/gcc/dist/libgcc/config.host:1.20 src/external/gpl3/gcc/dist/libgcc/config.host:1.21
--- src/external/gpl3/gcc/dist/libgcc/config.host:1.20 Sat Jan 19 12:10:09 2019
+++ src/external/gpl3/gcc/dist/libgcc/config.host Thu Jan 24 22:00:28 2019
@@ -353,6 +353,7 @@ 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"