mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
* inet/getrpcbynumber.c (BUFLEN): New macro.
* configure.in (--no-whole-archive check): Remove backslashes in cmd.
This commit is contained in:
parent
3d3ac840ea
commit
dcea62dd4e
@ -1,5 +1,9 @@
|
||||
Tue Jun 25 02:59:11 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
|
||||
|
||||
* inet/getrpcbynumber.c (BUFLEN): New macro.
|
||||
|
||||
* configure.in (--no-whole-archive check): Remove backslashes in cmd.
|
||||
|
||||
* Makefile (headers): Add libc-lock.h.
|
||||
* sysdeps/stub/libc-lock.h: New file.
|
||||
|
||||
|
4
configure
vendored
4
configure
vendored
@ -1543,8 +1543,8 @@ else
|
||||
cat > conftest.c <<\EOF
|
||||
_start () {}
|
||||
EOF
|
||||
if { ac_try='${CC-cc} $CFLAGS \
|
||||
-nostdlib -nostartfiles -Wl,--no-whole-archive \
|
||||
if { ac_try='${CC-cc} $CFLAGS
|
||||
-nostdlib -nostartfiles -Wl,--no-whole-archive
|
||||
-o conftest conftest.c'; { (eval echo configure:1549: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
|
||||
libc_cv_ld_no_whole_archive=yes
|
||||
else
|
||||
|
@ -477,8 +477,9 @@ AC_CACHE_CHECK(for ld --no-whole-archive, libc_cv_ld_no_whole_archive, [dnl
|
||||
cat > conftest.c <<\EOF
|
||||
_start () {}
|
||||
EOF
|
||||
if AC_TRY_COMMAND([${CC-cc} $CFLAGS \
|
||||
-nostdlib -nostartfiles -Wl,--no-whole-archive \
|
||||
dnl No \ in command here because it ends up inside ''.
|
||||
if AC_TRY_COMMAND([${CC-cc} $CFLAGS
|
||||
-nostdlib -nostartfiles -Wl,--no-whole-archive
|
||||
-o conftest conftest.c]); then
|
||||
libc_cv_ld_no_whole_archive=yes
|
||||
else
|
||||
|
@ -25,5 +25,6 @@ Boston, MA 02111-1307, USA. */
|
||||
#define DATABASE_NAME rpc
|
||||
#define ADD_PARAMS int number
|
||||
#define ADD_VARIABLES number
|
||||
#define BUFLEN 1024
|
||||
|
||||
#include "../nss/getXXbyYY.c"
|
||||
|
Loading…
Reference in New Issue
Block a user