summaryrefslogtreecommitdiffstats
path: root/ltconfig
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-06-19 01:22:42 +0000
committerNick Clifton <nickc@redhat.com>2000-06-19 01:22:42 +0000
commit8929e0a70cbe243d566fa29f21f00c5bfa8e7be8 (patch)
tree7d8003f374b69c1296429118901e108fe57ef76b /ltconfig
parent057d03c1108c18c144b0b231e29f72068268309a (diff)
downloadcygnal-8929e0a70cbe243d566fa29f21f00c5bfa8e7be8.tar.gz
cygnal-8929e0a70cbe243d566fa29f21f00c5bfa8e7be8.tar.bz2
cygnal-8929e0a70cbe243d566fa29f21f00c5bfa8e7be8.zip
Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add support
for m68hc11 and m68hc12 processors.
Diffstat (limited to 'ltconfig')
-rwxr-xr-xltconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltconfig b/ltconfig
index a01334f92..e57dd5402 100755
--- a/ltconfig
+++ b/ltconfig
@@ -1183,7 +1183,7 @@ EOF
$DLLTOOL --as=$AS --dllname $soname --exclude-symbols DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12 --def $objdir/$soname-def --base-file $objdir/$soname-base --output-exp $objdir/$soname-exp~
$CC $objdir/$soname-exp -Wl,--dll -nostartfiles -Wl,-e,__cygwin_dll_entry@12 -o $lib $objdir/$soname-ltdll.$objext $libobjs $deplibs $linkopts'
- old_archive_from_new_cmds='$DLLTOOL --as=$AS --dllname $soname --def $objdir/$soname-def --output-lib $objdir/$libname.a'
+ old_archive_from_new_cmds='$DLLTOOL --as=$AS --dllname $soname --def $objdir/$soname-def --output-lib $objdir/$libname.a'
;;
netbsd*)