Skip to content

Commit

Permalink
2004-10-16 Alfred M. Szmidt <ams@kemisten.nu>
Browse files Browse the repository at this point in the history
	* sysdeps/mach/hurd/Makefile (link-libc-static): Use
	`$(static-gnulib') instead of `$(gnulib)'.
  • Loading branch information
Roland McGrath committed Oct 17, 2004
1 parent 6fa02f0 commit 9d24cfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sysdeps/mach/hurd/Makefile
Original file line number Diff line number Diff line change
@@ -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.
# This file is part of the GNU C Library.

Expand Down Expand Up @@ -177,14 +177,14 @@ ifeq (yes,$(build-static))
link-libc-static := -Wl,-\( \
$(patsubst %,$(common-objpfx)%.a,\
libc mach/libmachuser hurd/libhurduser) \
$(gnulib) -Wl,-\)
$(static-gnulib) -Wl,-\)
else
ifeq (yes,$(build-shared))
# We can try to link the programs with lib*_pic.a...
link-libc-static := $(link-libc) -Wl,-\( \
$(patsubst %,$(common-objpfx)%_pic.a,\
libc mach/libmachuser hurd/libhurduser) \
$(gnulib) -Wl,-\)
$(static-gnulib) -Wl,-\)
endif
endif

Expand Down

0 comments on commit 9d24cfb

Please sign in to comment.