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 make sure to include bpabi.h befo...



details:   https://anonhg.NetBSD.org/src/rev/54c0c807eb48
branches:  trunk
changeset: 460293:54c0c807eb48
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Oct 16 07:35:14 2019 +0000

description:
make sure to include bpabi.h before arm.h.

diffstat:

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

diffs (20 lines):

diff -r 484e55c0740e -r 54c0c807eb48 external/gpl3/gcc/dist/gcc/config.gcc
--- a/external/gpl3/gcc/dist/gcc/config.gcc     Wed Oct 16 06:57:24 2019 +0000
+++ b/external/gpl3/gcc/dist/gcc/config.gcc     Wed Oct 16 07:35:14 2019 +0000
@@ -1148,7 +1148,7 @@
        with_tls=${with_tls:-gnu}
        ;;
 arm*-*-netbsdelf*)
-       tm_file="dbxelf.h elfos.h ${nbsd_tm_file} arm/elf.h arm/aout.h ${tm_file} arm/netbsd-elf.h"
+       tm_file="dbxelf.h elfos.h ${nbsd_tm_file} arm/elf.h arm/aout.h arm/netbsd-elf.h"
        extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
        tmake_file="${tmake_file} arm/t-arm"
        case ${target} in
@@ -1169,6 +1169,7 @@
            with_cpu=${with_cpu:-strongarm}
            ;;
        esac
+       tm_file="${tm_file} vxworks-dummy.h arm/arm.h"
        case ${target} in
        arm*-*-netbsdelf-*eabihf*)
            tm_defines="${tm_defines} TARGET_DEFAULT_FLOAT_ABI=ARM_FLOAT_ABI_HARD"



Home | Main Index | Thread Index | Old Index