da7657d9de
Update to glibc 2.13 OBS-URL: https://build.opensuse.org/request/show/71163 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=52
41 lines
1.4 KiB
Diff
41 lines
1.4 KiB
Diff
--- configure.in.orig 2011-05-20 15:36:44.880141789 +0200
|
|
+++ configure.in 2011-05-20 15:39:31.237690293 +0200
|
|
@@ -1406,7 +1406,7 @@
|
|
fi
|
|
fi
|
|
fi
|
|
- rm -f conftest.[cs]
|
|
+ rm -f conftest.*
|
|
])
|
|
if test $libc_cv_visibility_attribute != yes; then
|
|
AC_MSG_ERROR(compiler support for visibility attribute is required)
|
|
@@ -1422,7 +1422,7 @@
|
|
int bar (int x) { return x; }
|
|
EOF
|
|
libc_cv_broken_visibility_attribute=yes
|
|
- if AC_TRY_COMMAND(${CC-cc} -Werror -S conftest.c -o conftest.s1>&AS_MESSAGE_LOG_FD); then
|
|
+ if AC_TRY_COMMAND(${CC-cc} -Werror -S conftest.c -o conftest.s >&AS_MESSAGE_LOG_FD); then
|
|
changequote(,)dnl
|
|
if grep '\.hidden[ _]foo' conftest.s >/dev/null; then
|
|
changequote([,])dnl
|
|
--- configure.orig 2011-05-20 15:39:38.413972560 +0200
|
|
+++ configure 2011-05-20 15:40:52.292884126 +0200
|
|
@@ -6112,7 +6112,7 @@
|
|
int bar (int x) { return x; }
|
|
EOF
|
|
libc_cv_broken_visibility_attribute=yes
|
|
- if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s1>&5'
|
|
+ if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s>&5'
|
|
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
|
|
(eval $ac_try) 2>&5
|
|
ac_status=$?
|
|
@@ -6753,7 +6753,7 @@
|
|
else
|
|
libc_cv_have_section_quotes=unknown
|
|
fi
|
|
- rm -f conftest.cs
|
|
+ rm -f conftest.*
|
|
|
|
fi
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_have_section_quotes" >&5
|