Changeset 592


Ignore:
Timestamp:
Aug 13, 2003, 12:19:18 PM (22 years ago)
Author:
bird
Message:

#564: Fixed a couple of bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/mklibgcc.in

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r591 r592  
    301301  echo '          $(RANLIB_FOR_TARGET)' ${dir}/libgcc.a ';' \\
    302302  echo '        else true; fi;'
    303   echo 'else GCC_OMF'
    304   echo '        $(GCCOMF)$(AR_CREATE_FOR_TARGET)' ${dir}/libgcc.a $libgcc_a_objs
     303  echo 'else'
     304  echo '        realar rc' ${dir}/libgcc.a $libgcc_a_objs
    305305  echo '        emxomf' ${dir}/libgcc.a
    306306  echo 'endif'
     
    316316    echo '        $(RANLIB_FOR_TARGET)' ${dir}/libgcc_eh.a ';' \\
    317317    echo '      else true; fi;'
    318     echo 'else GCC_OMF'
    319     echo '      $(GCC_OMF)$(AR_CREATE_FOR_TARGET)' ${dir}/libgcc_eh.a $libgcc_eh_objs
     318    echo 'else'
     319    echo '      realar rc' ${dir}/libgcc_eh.a $libgcc_eh_objs
    320320    echo '      emxomf' ${dir}/libgcc.a
    321321    echo 'endif'
Note: See TracChangeset for help on using the changeset viewer.