mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Update.
* Makerules (build-shlib): Work around different order of processing of -B option in different gcc versions.
This commit is contained in:
parent
441f7d1eb2
commit
90feeaa2eb
@ -1,5 +1,8 @@
|
||||
2001-02-08 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* Makerules (build-shlib): Work around different order of
|
||||
processing of -B option in different gcc versions.
|
||||
|
||||
* posix/regex.c: Fix alignment problem.
|
||||
Patch by Isamu Hasegawa <isamu@yamato.ibm.com>.
|
||||
|
||||
|
@ -415,7 +415,8 @@ lib%.so: lib%_pic.a $(+preinit) $(+postinit) $(+interp)
|
||||
|
||||
define build-shlib
|
||||
$(LINK.o) -shared -Wl,-O1 -o $@ $(sysdep-LDFLAGS) $(config-LDFLAGS) \
|
||||
$(extra-B-$(@F:lib%.so=%).so) -B$(csu-objpfx) $(load-map-file) \
|
||||
$(extra-B-$(@F:lib%.so=%).so) -B$(csu-objpfx) \
|
||||
$(extra-B-$(@F:lib%.so=%).so) $(load-map-file) \
|
||||
-Wl,-soname=lib$(libprefix)$(@F:lib%.so=%).so$($(@F)-version) \
|
||||
$(LDFLAGS.so) $(LDFLAGS-$(@F:lib%.so=%).so) \
|
||||
-L$(subst :, -L,$(rpath-link)) -Wl,-rpath-link=$(rpath-link) \
|
||||
|
Loading…
Reference in New Issue
Block a user