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 don't include vxworks-dummy.h twice



details:   https://anonhg.NetBSD.org/src/rev/583ed07e8a0d
branches:  trunk
changeset: 938295:583ed07e8a0d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Sep 05 22:41:17 2020 +0000

description:
don't include vxworks-dummy.h twice

diffstat:

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

diffs (12 lines):

diff -r 243581d45d87 -r 583ed07e8a0d external/gpl3/gcc/dist/gcc/config.gcc
--- a/external/gpl3/gcc/dist/gcc/config.gcc     Sat Sep 05 22:16:57 2020 +0000
+++ b/external/gpl3/gcc/dist/gcc/config.gcc     Sat Sep 05 22:41:17 2020 +0000
@@ -1209,7 +1209,7 @@
            with_cpu=${with_cpu:-strongarm}
            ;;
        esac
-       tm_file="${tm_file} vxworks-dummy.h arm/arm.h"
+       tm_file="${tm_file} 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