diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2007-12-15 21:33:45 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2007-12-15 21:33:45 +0000 |
commit | 0678581243475bc169cfaaa260a6521c264c60d8 (patch) | |
tree | d42b6aa303c417983f15f36558b1f60b1689171d /libstdc++-v3/configure.host | |
parent | c7e30cf2d1de6bdf267cfc0828abececd7ac9b03 (diff) | |
download | gcc-0678581243475bc169cfaaa260a6521c264c60d8.zip gcc-0678581243475bc169cfaaa260a6521c264c60d8.tar.gz gcc-0678581243475bc169cfaaa260a6521c264c60d8.tar.bz2 |
configure.host (try_cpu settings): Set try_cpu=cris for crisv32.
* configure.host (try_cpu settings): Set try_cpu=cris for crisv32.
* config/cpu/cris/atomicity.h (__exchange_and_add)
[__CRIS_arch_version >= 32]: Add support for CRIS v32.
From-SVN: r130963
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 1742128..c994b5e 100644 --- a/libstdc++-v3/configure.host +++ b/libstdc++-v3/configure.host @@ -94,6 +94,9 @@ case "${host_cpu}" in arm* | xscale | ep9312) try_cpu=arm ;; + crisv32) + try_cpu=cris + ;; i[567]86 | x86_64) try_cpu=i486 ;; |