- Timestamp:
- Apr 6, 2007, 9:23:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gcc/gcc/config/i386/emx.h
r2249 r2999 430 430 /* Provide extra args to the linker and extra switch-translations. */ 431 431 #define LINK_SPEC \ 432 "%{Zexe} %{Zstack*} %{Zmap*} %{Z dll} %{shared:-Zdll} %{static:-static}"\432 "%{Zexe} %{Zstack*} %{Zmap*} %{Zsym} %{Zdll} %{shared:-Zdll} %{static:-static}" \ 433 433 "%{!o*:-o %b%{Zdll|shared:.dll}%{!Zdll:%{!shared:%{!Zexe:.exe}}}} " \ 434 434 "%{static:%{Zcrtdll*:%e-static and -Zcrtdll are incompatible}}" \ … … 517 517 /* Provide extra args to the linker and extra switch-translations. */ 518 518 #define LINK_SPEC \ 519 "%{Zexe} %{Zstack*} %{Zmap*} %{ !Zaout:%{Zdll}} "\519 "%{Zexe} %{Zstack*} %{Zmap*} %{Zsym} %{!Zaout:%{Zdll}} " \ 520 520 "%{!o*:-o %b%{Zdll:.dll}%{!Zdll:%{!Zexe:.exe}}} " \ 521 521 "%{static:%{Zcrtdll*:%e-static and -Zcrtdll are incompatible}}" \
Note:
See TracChangeset
for help on using the changeset viewer.