]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
* shlib.conf (*-*-linux*, *-*-gnu*, *-*-k*bsd*-gnu): Don't use the linker
authorKen Raeburn <raeburn@mit.edu>
Tue, 21 Sep 2004 23:16:10 +0000 (23:16 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 21 Sep 2004 23:16:10 +0000 (23:16 +0000)
option --retain-symbols-file, it doesn't work for shared libraries.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16774 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ChangeLog
src/config/shlib.conf

index b38ba5593fedce4a8cc2ef8aff3363959e641ec1..1f3c31f5c80ee446bc57aa2003464f18bf5ab4b0 100644 (file)
@@ -1,3 +1,9 @@
+2004-09-21  Ken Raeburn  <raeburn@mit.edu>
+
+       * shlib.conf (*-*-linux*, *-*-gnu*, *-*-k*bsd*-gnu): Don't use the
+       linker option --retain-symbols-file, it doesn't work for shared
+       libraries.
+
 2004-09-17  Tom Yu  <tlyu@mit.edu>
 
        * pre.in (INSTALL_SCRIPT): New variable; use to install scripts,
index b17d900772e5991347b25b2e33f38cca00eca333..d107dddb956592983713e51a84f87d9e30d857a8 100644 (file)
@@ -314,7 +314,7 @@ mips-*-netbsd*)
        SHLIBEXT=.so
        # Linux ld doesn't default to stuffing the SONAME field...
        # Use objdump -x to examine the fields of the library
-       LDCOMBINE='$(CC) -shared -fPIC -Wl,-h,lib$(LIBBASE)$(SHLIBSEXT) -Wl,--retain-symbols-file,$(SHLIB_EXPORT_FILE)'
+       LDCOMBINE='$(CC) -shared -fPIC -Wl,-h,lib$(LIBBASE)$(SHLIBSEXT)'
        # 
        LDCOMBINE_TAIL=''
        # For cases where we do have dependencies on other libraries