mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
2000-04-04 Roland McGrath <roland@baalperazim.frob.com>
* Makeconfig [$(build-shared) != yes] (versioning): Set to `no'.
This commit is contained in:
parent
09847c8d0d
commit
2a1bb46b9a
@ -762,6 +762,15 @@ ifndef rtld-version-installed-name
|
||||
rtld-version-installed-name = ld-$(version).so
|
||||
endif
|
||||
|
||||
else # build-shared != yes
|
||||
|
||||
# Since symbol versioning is only meaningful for shared objects,
|
||||
# turn this variable off when we aren't building any.
|
||||
# The setting from config.make just tells us ld would support it if we cared.
|
||||
# Clobbering it here avoids having to double-conditionalize everything
|
||||
# on both $(versioning) and $(build-shared).
|
||||
versioning := no
|
||||
|
||||
endif # build-shared
|
||||
|
||||
ifneq (,$(findstring linuxthreads,$(add-ons)))
|
||||
|
Loading…
Reference in New Issue
Block a user