mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Thu Mar 28 03:00:43 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
* locale/nl_langinfo.c (nl_langinfo): Use DATA->values instead of DATA->strings. * Makerules (BUILD_CFLAGS): Remove $(common-objpfx) from config.h. * configure.in (.weakext check): Fix asm code to use .weakext instead of .weak! Fix bogus test calls. * configure: Regenerated.
This commit is contained in:
6
configure
vendored
6
configure
vendored
@ -1437,7 +1437,7 @@ else
|
||||
${libc_cv_asm_global_directive} foo
|
||||
foo: .long 0
|
||||
.weakext foo
|
||||
.weak bar, foo
|
||||
.weakext bar, foo
|
||||
EOF
|
||||
if ${CC-cc} $CFLAGS -c conftest.s 2>/dev/null; then
|
||||
libc_cv_asm_weakext_directive=yes
|
||||
@ -1452,12 +1452,12 @@ echo "$ac_t""$libc_cv_asm_weakext_directive" 1>&4
|
||||
fi # no .weak
|
||||
fi # not ELF
|
||||
|
||||
if test $libc_cv_asm_weak_directive; then
|
||||
if test $libc_cv_asm_weak_directive = yes; then
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define HAVE_ASM_WEAK_DIRECTIVE 1
|
||||
EOF
|
||||
|
||||
elif test $libc_cv_asm_weakext_directive; then
|
||||
elif test $libc_cv_asm_weakext_directive = yes; then
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define HAVE_ASM_WEAKEXT_DIRECTIVE 1
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user