diff options
author | Roland McGrath <roland@gnu.org> | 2000-04-05 04:04:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-04-05 04:04:08 +0000 |
commit | 7499a22ad74341d5a1471ffc6014ba57a1a68293 (patch) | |
tree | a9f61df3d73bdd9cd19520353430a713e948b8d4 /Makeconfig | |
parent | 2c57ff212d2b3e669d9dfaf536e8af22012d6a8b (diff) | |
download | glibc-7499a22ad74341d5a1471ffc6014ba57a1a68293.tar glibc-7499a22ad74341d5a1471ffc6014ba57a1a68293.tar.gz glibc-7499a22ad74341d5a1471ffc6014ba57a1a68293.tar.bz2 glibc-7499a22ad74341d5a1471ffc6014ba57a1a68293.zip |
* Makeconfig: Undo last change.
* configure.in: If --disable-shared was given, don't set VERSIONING,
don't define DO_VERSIONING, and don't give scare warning for no
versioning.
* configure: Regenerated.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Makeconfig b/Makeconfig index 120a8954a7..8a7f94849b 100644 --- a/Makeconfig +++ b/Makeconfig @@ -762,15 +762,6 @@ 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))) |