]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(libtypes): Use object-suffixes-for-libc instead of object-suffixes.
authorUlrich Drepper <drepper@redhat.com>
Thu, 9 Apr 1998 17:37:47 +0000 (17:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 9 Apr 1998 17:37:47 +0000 (17:37 +0000)
(CPPFLAGS-.So): Add -DPIC.
(libtype.So, CFLAGS-.So, CPPFLAGS-.So, object-suffixes-for-libc): New
variables.
(all-object-suffixes): Add .So.
(link-libc): Link against libc_nonshared.a instead of libc.a.
Remove explicit reference to the dynamic linker.

Makeconfig

index 26411bc252bbad059b8974af76770aa37bf49679..38a110ac1983ed5c07c7d89325ba0880cd850954 100644 (file)
@@ -484,7 +484,7 @@ endif
 # Various things use $(object-suffixes) to know what all to make.
 # The compilation rules use $(CPPFLAGS-${SUFFIX}) and $(CFLAGS-${SUFFIX})
 # to pass different flags for each flavor.
-libtypes = $(foreach o,$(object-suffixes),$(libtype$o))
+libtypes = $(foreach o,$(object-suffixes-for-libc),$(libtype$o))
 object-suffixes := .o
 all-object-suffixes := .o .so .po .go .So
 libtype.o := lib%.a