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.in | |
parent | 7eb7fdda7e81b1b028f5fbdec6b45155d2520698 (diff) | |
download | glibc-5339290658a4c9e8c8d9e6d95ae27705fdd59c10.tar glibc-5339290658a4c9e8c8d9e6d95ae27705fdd59c10.tar.gz glibc-5339290658a4c9e8c8d9e6d95ae27705fdd59c10.tar.bz2 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.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1f03854534..082aa1ac42 100644 --- a/configure.in +++ b/configure.in @@ -1321,7 +1321,7 @@ EOF int main (void) { return 0; } EOF if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS - -shared -o conftest.so conftest.c + -shared -o conftest.so conftest.c -lgcc_s -Wl,--as-needed -nostdlib 1>&AS_MESSAGE_LOG_FD]) then libc_cv_as_needed=yes |