match 'shle-*' as being a sh platform, and try it's TLS code. with
this shle--netbsdelf configure's almost the same as sh--netbsdelf, and the only unexpected difference remains in sh--netbsdelf files.
This commit is contained in:
parent
0d4ef31ba8
commit
62855b1d65
|
@ -14762,7 +14762,7 @@ foo: .long 25
|
|||
tls_first_minor=14
|
||||
tls_as_opt="-m64 -Aesame --fatal-warnings"
|
||||
;;
|
||||
sh-*-* | sh[34]-*-*)
|
||||
sh-*-* | sh[34]-*-* | sh*l*-*-*)
|
||||
conftest_s='
|
||||
.section ".tdata","awT",@progbits
|
||||
foo: .long 25
|
||||
|
|
|
@ -2435,7 +2435,7 @@ foo: .long 25
|
|||
tls_first_minor=14
|
||||
tls_as_opt="-m64 -Aesame --fatal-warnings"
|
||||
;;
|
||||
sh-*-* | sh[34]-*-*)
|
||||
sh-*-* | sh[34]-*-* | sh*l*-*-*)
|
||||
conftest_s='
|
||||
.section ".tdata","awT",@progbits
|
||||
foo: .long 25
|
||||
|
|
Loading…
Reference in New Issue