2000-04-04 Roland McGrath <roland@baalperazim.frob.com>

* Makeconfig [$(build-shared) != yes] (versioning): Set to `no'.
This commit is contained in:
Roland McGrath 2000-04-05 00:44:59 +00:00
parent 09847c8d0d
commit 2a1bb46b9a

View file

@ -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)))