aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorRichard Earnshaw <rearnsha@arm.com>2017-01-30 14:39:50 +0000
committerRichard Earnshaw <rearnsha@gcc.gnu.org>2017-01-30 14:39:50 +0000
commitbdef2c4ea83d02725711820dbc5bd00efbbaa625 (patch)
tree7998f8d422ddf0926dc639ac917999369496519c /gcc/config.gcc
parent357a7731e99fbeb99c5cf759695d57f81155f299 (diff)
downloadgcc-bdef2c4ea83d02725711820dbc5bd00efbbaa625.zip
gcc-bdef2c4ea83d02725711820dbc5bd00efbbaa625.tar.gz
gcc-bdef2c4ea83d02725711820dbc5bd00efbbaa625.tar.bz2
re PR target/79260 (missing header files for plugins: arm-isa.h, arm-flags.h)
PR target/79260 * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to tm_p_file. * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h. From-SVN: r245029
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 03b1894..bc389eb 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -571,7 +571,7 @@ x86_64-*-*)
tm_file="vxworks-dummy.h ${tm_file}"
;;
arm*-*-*)
- tm_p_file="${tm_p_file} arm/aarch-common-protos.h"
+ tm_p_file="arm/arm-flags.h arm/arm-isa.h ${tm_p_file} arm/aarch-common-protos.h"
tm_file="vxworks-dummy.h ${tm_file}"
;;
mips*-*-* | sh*-*-* | sparc*-*-*)