mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
2004-10-16 Alfred M. Szmidt <ams@kemisten.nu>
* sysdeps/mach/hurd/Makefile (link-libc-static): Use `$(static-gnulib') instead of `$(gnulib)'.
This commit is contained in:
parent
6fa02f0ae2
commit
9d24cfb331
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 1993,94,95,96,97,98,99,2000,2001,2002, 2003
|
# Copyright (C) 1993,94,95,96,97,98,99,2000,2001,2002, 2003, 2004
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
# This file is part of the GNU C Library.
|
# This file is part of the GNU C Library.
|
||||||
|
|
||||||
@ -177,14 +177,14 @@ ifeq (yes,$(build-static))
|
|||||||
link-libc-static := -Wl,-\( \
|
link-libc-static := -Wl,-\( \
|
||||||
$(patsubst %,$(common-objpfx)%.a,\
|
$(patsubst %,$(common-objpfx)%.a,\
|
||||||
libc mach/libmachuser hurd/libhurduser) \
|
libc mach/libmachuser hurd/libhurduser) \
|
||||||
$(gnulib) -Wl,-\)
|
$(static-gnulib) -Wl,-\)
|
||||||
else
|
else
|
||||||
ifeq (yes,$(build-shared))
|
ifeq (yes,$(build-shared))
|
||||||
# We can try to link the programs with lib*_pic.a...
|
# We can try to link the programs with lib*_pic.a...
|
||||||
link-libc-static := $(link-libc) -Wl,-\( \
|
link-libc-static := $(link-libc) -Wl,-\( \
|
||||||
$(patsubst %,$(common-objpfx)%_pic.a,\
|
$(patsubst %,$(common-objpfx)%_pic.a,\
|
||||||
libc mach/libmachuser hurd/libhurduser) \
|
libc mach/libmachuser hurd/libhurduser) \
|
||||||
$(gnulib) -Wl,-\)
|
$(static-gnulib) -Wl,-\)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user