diff options
author | Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> | 2015-05-19 12:47:50 +0000 |
---|---|---|
committer | Ramana Radhakrishnan <ramana@gcc.gnu.org> | 2015-05-19 12:47:50 +0000 |
commit | 49c65434500d0bcd66bb0f3cea11b0fe1da6e130 (patch) | |
tree | 0f79d07a39fde5941f9dca2c2efc2aa84b977994 /libstdc++-v3/configure.host | |
parent | bdafd67926619844219607d658d0632d0eda313c (diff) | |
download | gcc-49c65434500d0bcd66bb0f3cea11b0fe1da6e130.tar.gz |
Add cpu_defines.h for ARM.
2015-05-17 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* configure.host: Define cpu_defines_dir for ARM.
* config/cpu/arm/cpu_defines.h: New file.
From-SVN: r223361
Diffstat (limited to 'libstdc++-v3/configure.host')
-rw-r--r-- | libstdc++-v3/configure.host | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host index a349ce3dbd9..465a40a437e 100644 --- a/libstdc++-v3/configure.host +++ b/libstdc++-v3/configure.host @@ -143,6 +143,9 @@ cpu_include_dir=cpu/${try_cpu} # Set specific CPU overrides for cpu_defines_dir. Most can just use generic. # THIS TABLE IS SORTED. KEEP IT THAT WAY. case "${host_cpu}" in + arm*) + cpu_defines_dir=cpu/arm + ;; powerpc* | rs6000) cpu_defines_dir=cpu/powerpc ;; |