Module Name: src Committed By: mrg Date: Sat Sep 5 22:41:17 UTC 2020
Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: don't include vxworks-dummy.h twice To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 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.64 src/external/gpl3/gcc/dist/gcc/config.gcc:1.65 --- src/external/gpl3/gcc/dist/gcc/config.gcc:1.64 Sat Sep 5 09:12:23 2020 +++ src/external/gpl3/gcc/dist/gcc/config.gcc Sat Sep 5 22:41:17 2020 @@ -1209,7 +1209,7 @@ arm*-*-netbsdelf*) 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"