]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
missed off the --export-all from the first dlltool call
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Thu, 18 Feb 1999 19:03:12 +0000 (19:03 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 18 Feb 1999 19:03:12 +0000 (19:03 +0000)
ltconfig.in

index dd27465b7a9c694fd96a1ceec40137f5881fbbeb..44e71bdc15ab28fba3d08514f6e891ad8212d31b 100755 (executable)
@@ -1088,7 +1088,7 @@ if test "$with_gnu_ld" = yes; then
     hardcode_libdir_flag_spec='-L$libdir'
     allow_undefined_flag=unsupported
     always_export_symbols=yes
-    export_symbols_cmd='$DLLTOOL --exclude-symbols DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12 --output-def $export_symbols $objdir/$soname-ltdll.$objext $libobjs'
+    export_symbols_cmd='$DLLTOOL --export-all --exclude-symbols DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12 --output-def $export_symbols $objdir/$soname-ltdll.$objext $libobjs'
 
     archive_expsym_cmds='rm -f $objdir/$soname-ltdll.c~
       sed -e "/^# \/\* ltdll.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < $0 > $objdir/$soname-ltdll.c~