summaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2009-03-24 17:46:03 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2009-03-24 17:46:03 +0000
commit10178ded2a8b55f4a0135e9c1b53b8b23fff02e4 (patch)
tree452d1366bdbbe4618fbe9be69f3b6e631114f94a /gcc/configure
parent470f41be4dfcbb0d7ece5c2d97b9ab387c20f481 (diff)
downloadgcc-10178ded2a8b55f4a0135e9c1b53b8b23fff02e4.tar.gz
* configure.ac <GAS features, nop mnemonic>: Add pattern
crisv32-*-* for "nop". <GAS features, Thread-local storage>: Add item for CRIS and CRIS v32. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145036 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure13
1 files changed, 12 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index 47d75004539..04775acf6e9 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -21976,6 +21976,17 @@ foo: .long 25
tls_first_minor=13
tls_as_opt=--fatal-warnings
;;
+ cris-*-*|crisv32-*-*)
+ conftest_s='
+ .section ".tdata","awT",@progbits
+x: .long 25
+ .text
+ move.d x:IE,$r10
+ nop'
+ tls_first_major=2
+ tls_first_minor=20
+ tls_as_opt=--fatal-warnings
+ ;;
frv*-*-*)
conftest_s='
.section ".tdata","awT",@progbits
@@ -23660,7 +23671,7 @@ esac
case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
| x86_64*-*-* | hppa*-*-* | arm*-*-* \
- | xstormy16*-*-* | cris-*-* | xtensa*-*-* | bfin-*-* | score*-*-* \
+ | xstormy16*-*-* | cris-*-* | crisv32-*-* | xtensa*-*-* | bfin-*-* | score*-*-* \
| spu-*-* | fido*-*-* | m32c-*-*)
insn="nop"
;;