aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-30 10:21:06 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-30 10:21:06 +0000
commit9f415b2389c923098128385f72ca94ca67a73a23 (patch)
treefcd3c3527b84b75893f40c10568a17e50828193b
parent141df60145d1a8b18470cb7124a0cff23eeaa80f (diff)
downloadglibc-9f415b2389c923098128385f72ca94ca67a73a23.tar
glibc-9f415b2389c923098128385f72ca94ca67a73a23.tar.gz
glibc-9f415b2389c923098128385f72ca94ca67a73a23.tar.bz2
glibc-9f415b2389c923098128385f72ca94ca67a73a23.zip
Remove handling of static-only-routines.
-rw-r--r--Rules15
1 files changed, 1 insertions, 14 deletions
diff --git a/Rules b/Rules
index d725e80f53..23eacad2ea 100644
--- a/Rules
+++ b/Rules
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 92, 93, 94, 95, 96 Free Software Foundation, Inc.
+# Copyright (C) 1991, 92, 93, 94, 95, 96, 98 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -139,16 +139,3 @@ subdir_dist: dist
.PHONY: generated
generated: $(addprefix $(common-objpfx),$(common-generated)) \
$(addprefix $(objpfx),$(generated))
-
-ifndef libc.so-version
-# Undefine this because it can't work when we libc.so is unversioned.
-static-only-routines =
-endif
-
-ifdef static-only-routines
-# These routines are to be omitted from the shared library object,
-# so we replace the PIC objects for them with the empty object file.
-$(static-only-routines:%=$(objpfx)%.so): %.so: $(common-objpfx)empty.o
- rm -f $@
- ln $< $@
-endif