Changeset 1216


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/* Prefer symbols in %L (-lc) over %G (libcAB.dll includes gcc3XY.dll).
     326   For the GNU linker we need to repeate everything as it doesn't
     327   restart the library search as the IBM and M$ linkers do. */
     328#define LINK_GCC_C_SEQUENCE_SPEC "%L %G %L %{!Zomf:%G %L %G %L %G %L}"
    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/* Prefer symbols in %L (-lc) over %G (libcAB.dll includes gcc3XY.dll).
     407   For the GNU linker we need to repeate everything as it doesn't
     408   restart the library search as the IBM and M$ linkers do. */
     409#define LINK_GCC_C_SEQUENCE_SPEC "%L %G %L %{Zaout:%G %L %G %L %G %L}"
    410410
    411411#define ENDFILE_SPEC "%{!Zaout:-lend}"
Note: See TracChangeset for help on using the changeset viewer.