Changeset 1216
- Timestamp:
- Feb 10, 2004, 10:04:04 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/config/i386/emx.h
-
Property cvs2svn:cvs-rev
changed from
1.25
to1.26
r1215 r1216 323 323 " %{Zbin-files:binmode%O%{Zomf:bj}%s} %{Zsmall-conv:smallcnv%O%{Zomf:bj}%s}}" 324 324 325 /* Set -lgcc and -lc order so all symbols are resolved correctly with326 the GNU linker. The IBM and M$ linkers doesn't need things repeated327 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}" 329 329 330 330 #define ENDFILE_SPEC "%{Zomf:-lend}" … … 404 404 " %{Zbin-files:binmode%O%{!Zaout:bj}%s} %{Zsmall-conv:smallcnv%O%{!Zaout:bj}%s}}" 405 405 406 /* Set -lgcc and -lc order so all symbols are resolved correctly with407 the GNU linker. The IBM and M$ linkers doesn't need things repeated408 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}" 410 410 411 411 #define ENDFILE_SPEC "%{!Zaout:-lend}" -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.