diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-04-17 22:44:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-04-17 22:44:55 +0000 |
commit | 5339290658a4c9e8c8d9e6d95ae27705fdd59c10 (patch) | |
tree | 4832309eedd4acb7dd042d89f136faad05032ad7 /configure | |
parent | 7eb7fdda7e81b1b028f5fbdec6b45155d2520698 (diff) | |
download | glibc-5339290658a4c9e8c8d9e6d95ae27705fdd59c10.tar.gz glibc-5339290658a4c9e8c8d9e6d95ae27705fdd59c10.tar.xz glibc-5339290658a4c9e8c8d9e6d95ae27705fdd59c10.zip |
Fix.
* sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Remove unneeded frame info. * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 17268e0d95..01cd516841 100755 --- a/configure +++ b/configure @@ -5565,7 +5565,7 @@ else int main (void) { return 0; } EOF if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS - -shared -o conftest.so conftest.c + -shared -o conftest.so conftest.c -lgcc_s -Wl,--as-needed -nostdlib 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 |