Commit 4e4fa3c5 by Jakub Jelinek Committed by Jakub Jelinek

re PR plugins/45078 (config/vxworks-dummy.h not installed as a plugin header on some archs)

	PR plugins/45078
	* config.gcc (arm*-*-linux-*): Include vxworks-dummy.h in tm_file.

From-SVN: r211696
parent 9495e947
2014-06-18 Jakub Jelinek <jakub@redhat.com>
PR plugins/45078
* config.gcc (arm*-*-linux-*): Include vxworks-dummy.h in tm_file.
2014-06-16 Richard Sandiford <rdsandiford@googlemail.com>
PR bootstrap/61516
......
......@@ -1012,7 +1012,7 @@ arm*-*-linux-*) # ARM GNU/Linux with ELF
;;
esac
tmake_file="${tmake_file} arm/t-arm arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi"
tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h arm/aout.h arm/arm.h"
tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h arm/aout.h vxworks-dummy.h arm/arm.h"
# Define multilib configuration for arm-linux-androideabi.
case ${target} in
*-androideabi)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment