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 arm/netbsd-elf.h is necessary for...



details:   https://anonhg.NetBSD.org/src/rev/a90b83166227
branches:  trunk
changeset: 961196:a90b83166227
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Apr 12 09:03:39 2021 +0000

description:
arm/netbsd-elf.h is necessary for eabi targets.

diffstat:

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

diffs (21 lines):

diff -r 895460697190 -r a90b83166227 external/gpl3/gcc/dist/gcc/config.gcc
--- a/external/gpl3/gcc/dist/gcc/config.gcc     Mon Apr 12 08:55:22 2021 +0000
+++ b/external/gpl3/gcc/dist/gcc/config.gcc     Mon Apr 12 09:03:39 2021 +0000
@@ -1280,7 +1280,7 @@
        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 @@
            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"
            ;;



Home | Main Index | Thread Index | Old Index