Module Name: src
Committed By: mrg
Date: Mon Apr 12 09:03:39 UTC 2021
Modified Files:
src/external/gpl3/gcc/dist/gcc: config.gcc
Log Message:
arm/netbsd-elf.h is necessary for eabi targets.
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/external/gpl3/gcc/dist/gcc/config.gcc
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/gcc/config.gcc
diff -u src/external/gpl3/gcc/dist/gcc/config.gcc:1.67 src/external/gpl3/gcc/dist/gcc/config.gcc:1.68
--- src/external/gpl3/gcc/dist/gcc/config.gcc:1.67 Sun Apr 11 01:37:18 2021
+++ src/external/gpl3/gcc/dist/gcc/config.gcc Mon Apr 12 09:03:39 2021
@@ -1280,7 +1280,7 @@ arm*-*-netbsdelf*)
esac
case ${target} in
arm*-*-netbsdelf-*eabi*)
- tm_file="${tm_file} arm/bpabi.h arm/netbsd-eabi.h"
+ tm_file="${tm_file} arm/bpabi.h arm/netbsd-elf.h arm/netbsd-eabi.h"
# GCC 7 vs NetBSD/eabi -> avoid arm unwinder
#tmake_file="$tmake_file arm/t-bpabi"
tmake_file="$tmake_file arm/t-netbsdeabi"
@@ -1288,7 +1288,7 @@ arm*-*-netbsdelf*)
default_use_cxa_atexit=yes
;;
*)
- tm_file="$tm_file arm/bpabi.h arm/netbsd-elf.h arm/netbsd-eabi.h"
+ tm_file="$tm_file arm/bpabi.h arm/netbsd-elf.h"
#tmake_file="$tmake_file arm/t-bpabi arm/t-netbsdeabi"
tmake_file="$tmake_file arm/t-netbsd"
;;