Disable use of --only-* flags

This commit is contained in:
Kurt Zeilenga 2002-02-10 05:10:19 +00:00
parent 54c204ea98
commit f04f666d11

View file

@ -68,7 +68,7 @@ LTONLY_LIB = $(@PLAT@_LTONLY_LIB)
# libtool --only flag for modules: depends on linkage of module # libtool --only flag for modules: depends on linkage of module
# The BUILD_MOD_DYNAMIC macro is defined in each backend Makefile.in file # The BUILD_MOD_DYNAMIC macro is defined in each backend Makefile.in file
LTONLY_MOD = --only-$(BUILD_MOD_DYNAMIC) LTONLY_MOD = # --only-$(BUILD_MOD_DYNAMIC)
# platform-specific libtool flags # platform-specific libtool flags
NT_LTFLAGS_LIB = -no-undefined -avoid-version -rpath $(libdir) NT_LTFLAGS_LIB = -no-undefined -avoid-version -rpath $(libdir)