aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/s390/s390-32/elf/configure
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/s390/s390-32/elf/configure')
-rw-r--r--sysdeps/s390/s390-32/elf/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/s390/s390-32/elf/configure b/sysdeps/s390/s390-32/elf/configure
index 64eff1f..6845730 100644
--- a/sysdeps/s390/s390-32/elf/configure
+++ b/sysdeps/s390/s390-32/elf/configure
@@ -9,7 +9,7 @@ echo $ECHO_N "checking for s390 TLS support... $ECHO_C" >&6
if test "${libc_cv_390_tls+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
- cat > conftest.s <<\EOF
+ cat > conftest.S <<\EOF
.section ".tdata", "awT", @progbits
foo: .long 25
.text
@@ -24,7 +24,7 @@ foo: .long 25
bas %r14,0(%r1,%r13):tls_gdcall:foo
bas %r14,0(%r1,%r13):tls_ldcall:foo
EOF
-if { ac_try='${CC-cc} -c $CFLAGS conftest.s 1>&5'
+if { ac_try='${CC-cc} -S $CFLAGS conftest.S 1>&5'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?