don't include vxworks-dummy.h twice

This commit is contained in:
mrg 2020-09-05 22:41:17 +00:00
parent dec7c72467
commit 79ec32295a
1 changed files with 1 additions and 1 deletions

View File

@ -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"