Changeset 3928 for trunk


Ignore:
Timestamp:
Oct 26, 2014, 3:41:29 AM (11 years ago)
Author:
bird
Message:

trunk,0.6: gcc/gcc/config/i386/emx.h: Added missing space at the end of the first LINK_SPEC line causing linker (and user) confusion if -static is used. Fixes #318.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gcc/gcc/config/i386/emx.h

    r2999 r3928  
    430430/* Provide extra args to the linker and extra switch-translations.  */
    431431#define LINK_SPEC                                                              \
    432   "%{Zexe} %{Zstack*} %{Zmap*} %{Zsym} %{Zdll} %{shared:-Zdll} %{static:-static}" \
     432  "%{Zexe} %{Zstack*} %{Zmap*} %{Zsym} %{Zdll} %{shared:-Zdll} %{static:-static} " \
    433433  "%{!o*:-o %b%{Zdll|shared:.dll}%{!Zdll:%{!shared:%{!Zexe:.exe}}}} "          \
    434434  "%{static:%{Zcrtdll*:%e-static and -Zcrtdll are incompatible}}"              \
Note: See TracChangeset for help on using the changeset viewer.