Changeset 2998


Ignore:
Timestamp:
Apr 6, 2007, 9:23:37 PM (18 years ago)
Author:
bird
Message:

Applied the -Zsym patch from Yuri.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/gcc/gcc/config/i386/emx.h

    r2814 r2998  
    441441/* Provide extra args to the linker and extra switch-translations.  */
    442442#define LINK_SPEC                                                              \
    443   "%{Zexe} %{Zstack*} %{Zmap*} %{Zdll} %{shared:-Zdll} %{static:-static}"      \
     443  "%{Zexe} %{Zstack*} %{Zmap*} %{Zsym} %{Zdll} %{shared:-Zdll} %{static:-static}" \
    444444  "%{!o*:-o %b%{Zdll|shared:.dll}%{!Zdll:%{!shared:%{!Zexe:.exe}}}} "          \
    445445  "%{static:%{Zcrtdll*:%e-static and -Zcrtdll are incompatible}}"              \
     
    528528/* Provide extra args to the linker and extra switch-translations.  */
    529529#define LINK_SPEC                                                              \
    530   "%{Zexe} %{Zstack*} %{Zmap*} %{!Zaout:%{Zdll}} "                             \
     530  "%{Zexe} %{Zstack*} %{Zmap*} %{Zsym} %{!Zaout:%{Zdll}} "                     \
    531531  "%{!o*:-o %b%{Zdll:.dll}%{!Zdll:%{!Zexe:.exe}}} "                            \
    532532  "%{static:%{Zcrtdll*:%e-static and -Zcrtdll are incompatible}}"              \
Note: See TracChangeset for help on using the changeset viewer.