From: Alexandre Oliva Date: Thu, 18 Feb 1999 19:03:12 +0000 (+0000) Subject: missed off the --export-all from the first dlltool call X-Git-Tag: release-1-2f~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4922640d69ff4f9d65a5f977010282b903649a8;p=thirdparty%2Flibtool.git missed off the --export-all from the first dlltool call --- diff --git a/ltconfig.in b/ltconfig.in index dd27465b7..44e71bdc1 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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~