diff options
author | rearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-01-30 14:39:50 +0000 |
---|---|---|
committer | rearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-01-30 14:39:50 +0000 |
commit | 62bf98edc105e049876155bdf5cb06bec61b1894 (patch) | |
tree | 7998f8d422ddf0926dc639ac917999369496519c /gcc/config.gcc | |
parent | 8aa99d05b9b45bba02a7c04576150240d327ca8f (diff) | |
download | gcc-62bf98edc105e049876155bdf5cb06bec61b1894.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245029 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 03b189497d8..bc389eb45e7 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*-*-*) |