diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-15 21:33:45 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-15 21:33:45 +0000 |
commit | 176e287aa9d86dec4827b71d217f799ec5e7d5f3 (patch) | |
tree | d42b6aa303c417983f15f36558b1f60b1689171d /libstdc++-v3/configure.host | |
parent | 70665388ce2584d2f62923c0f166783bc95176c4 (diff) | |
download | gcc-176e287aa9d86dec4827b71d217f799ec5e7d5f3.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130963 138bc75d-0d04-0410-961f-82ee72b054a4
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 17421286f06..c994b5e7145 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 ;; |