123456789101112131415161718192021222324252627282930313233 |
- @@ -4096,7 +4099,7 @@
- esac
- ;;
-
- - sh[123456ble]-*-* | sh-*-*)
- + sh[123456ble]*-*-* | sh-*-*)
- supported_defaults="cpu"
- case "`echo $with_cpu | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz- | sed s/sh/m/`" in
- "" | m1 | m2 | m2e | m3 | m3e | m4 | m4-single | m4-single-only | m4-nofpu )
- @@ -3300,7 +3300,7 @@
- tls_first_minor=14
- tls_as_opt="-m64 -Aesame --fatal-warnings"
- ;;
- - sh-*-* | sh[34]-*-*)
- + sh-*-* | sh[123456789lbe]*-*-*)
- conftest_s='
- .section ".tdata","awT",@progbits
- foo: .long 25
- @@ -23754,7 +23754,7 @@
- tls_first_minor=14
- tls_as_opt="-m64 -Aesame --fatal-warnings"
- ;;
- - sh-*-* | sh[34]-*-*)
- + sh-*-* | sh[123456789lbe]*-*-*)
- conftest_s='
- .section ".tdata","awT",@progbits
- foo: .long 25
|