Changeset 2998
- Timestamp:
- Apr 6, 2007, 9:23:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/gcc/gcc/config/i386/emx.h
r2814 r2998 441 441 /* Provide extra args to the linker and extra switch-translations. */ 442 442 #define LINK_SPEC \ 443 "%{Zexe} %{Zstack*} %{Zmap*} %{Z dll} %{shared:-Zdll} %{static:-static}"\443 "%{Zexe} %{Zstack*} %{Zmap*} %{Zsym} %{Zdll} %{shared:-Zdll} %{static:-static}" \ 444 444 "%{!o*:-o %b%{Zdll|shared:.dll}%{!Zdll:%{!shared:%{!Zexe:.exe}}}} " \ 445 445 "%{static:%{Zcrtdll*:%e-static and -Zcrtdll are incompatible}}" \ … … 528 528 /* Provide extra args to the linker and extra switch-translations. */ 529 529 #define LINK_SPEC \ 530 "%{Zexe} %{Zstack*} %{Zmap*} %{ !Zaout:%{Zdll}} "\530 "%{Zexe} %{Zstack*} %{Zmap*} %{Zsym} %{!Zaout:%{Zdll}} " \ 531 531 "%{!o*:-o %b%{Zdll:.dll}%{!Zdll:%{!Zexe:.exe}}} " \ 532 532 "%{static:%{Zcrtdll*:%e-static and -Zcrtdll are incompatible}}" \
Note:
See TracChangeset
for help on using the changeset viewer.