Changeset 3934 for branches


Ignore:
Timestamp:
Oct 26, 2014, 2:48:03 PM (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
  • branches/libc-0.6/src/gcc/gcc/config/i386/emx.h

    r3735 r3934  
    441441/* Provide extra args to the linker and extra switch-translations.  */
    442442#define LINK_SPEC                                                              \
    443   "%{Zexe} %{Zstack*} %{Zmap*} %{Zsym} %{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}}"              \
Note: See TracChangeset for help on using the changeset viewer.