Changeset 1216 for trunk


Ignore:
Timestamp:
Feb 10, 2004, 10:04:04 PM (22 years ago)
Author:
bird
Message:

Prefer symbols in (-lc) over (libcAB.dll includes gcc3XY.dll).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/config/i386/emx.h

    • Property cvs2svn:cvs-rev changed from 1.25 to 1.26
    r1215 r1216  
    323323         " %{Zbin-files:binmode%O%{Zomf:bj}%s} %{Zsmall-conv:smallcnv%O%{Zomf:bj}%s}}"
    324324
    325 /* Set -lgcc and -lc order so all symbols are resolved correctly with
    326    the GNU linker. The IBM and M$ linkers doesn't need things repeated
    327    to catch the go of it. */
    328 #define LINK_GCC_C_SEQUENCE_SPEC "%G %L %{!Zomf:%G %L %G %L %G}"
     325/*
     326   
     327    */
     328#define LINK_GCC_C_SEQUENCE_SPEC "%}"
    329329
    330330#define ENDFILE_SPEC "%{Zomf:-lend}"
     
    404404         " %{Zbin-files:binmode%O%{!Zaout:bj}%s} %{Zsmall-conv:smallcnv%O%{!Zaout:bj}%s}}"
    405405
    406 /* Set -lgcc and -lc order so all symbols are resolved correctly with
    407    the GNU linker. The IBM and M$ linkers doesn't need things repeated
    408    to catch the go of it. */
    409 #define LINK_GCC_C_SEQUENCE_SPEC "%G %L %{Zaout:%G %L %G}"
     406/*
     407   
     408    */
     409#define LINK_GCC_C_SEQUENCE_SPEC "%}"
    410410
    411411#define ENDFILE_SPEC "%{!Zaout:-lend}"
Note: See TracChangeset for help on using the changeset viewer.