? external/gpl3/gcc.old/dist/gcc/cscope.out Index: external/gpl3/gcc.old/dist/gcc/config.gcc =================================================================== RCS file: /cvsroot/src/external/gpl3/gcc.old/dist/gcc/config.gcc,v retrieving revision 1.4 diff -u -p -r1.4 config.gcc --- external/gpl3/gcc.old/dist/gcc/config.gcc 23 Sep 2015 03:39:09 -0000 1.4 +++ external/gpl3/gcc.old/dist/gcc/config.gcc 19 Apr 2016 11:41:58 -0000 @@ -889,7 +889,7 @@ arm-wrs-vxworks) ;; arm*-*-netbsdelf*) tmake_file="${tmake_file} arm/t-arm" - tm_file="dbxelf.h elfos.h ${nbsd_tm_file} arm/elf.h arm/aout.h arm/arm.h" + tm_file="dbxelf.h elfos.h ${nbsd_tm_file} arm/elf.h" extra_options="${extra_options} netbsd.opt netbsd-elf.opt" case ${target} in arm*eb-*) tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1" ;; @@ -910,6 +910,7 @@ arm*-*-netbsdelf*) tmake_file="$tmake_file arm/t-netbsd" ;; esac + tm_file="${tm_file} arm/aout.h arm/arm.h" case ${target} in arm*-*-netbsdelf-*eabihf*) tm_defines="${tm_defines} TARGET_DEFAULT_FLOAT_ABI=ARM_FLOAT_ABI_HARD"