Changeset 2641


Ignore:
Timestamp:
Mar 13, 2006, 6:45:24 AM (19 years ago)
Author:
bird
Message:

This bugger links .dll -> .so before we get to emximp. So, we must delete the output before we do emximp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/gcc/ltcf-c.sh

    r1394 r2641  
    490490    allow_undefined_flag=no
    491491    archive_cmds='$echo "LIBRARY $soname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags ${LT_OS2_LDFLAGS} $output_objdir/$libname.def'
    492     old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
     492    old_archive_from_new_cmds='rm -f $output_objdir/$libname.a~emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
    493493    ;;
    494494
Note: See TracChangeset for help on using the changeset viewer.