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
This commit is contained in:
parent
9495e94718
commit
4e4fa3c522
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user