diff --git a/src/gcc/gcc/config/i386/emx.h b/src/gcc/gcc/config/i386/emx.h
index e8c0de4..bc6c536 100755
a
|
b
|
do { \
|
440 | 440 | |
441 | 441 | /* Provide extra args to the linker and extra switch-translations. */ |
442 | 442 | #define LINK_SPEC \ |
443 | | "%{Zexe} %{Zstack*} %{Zmap*} %{Zsym} %{Zdll} %{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}}" \ |
446 | 446 | "%{Zomf:%{Zaout:%e-Zomf and -Zaout are incompatible}}" \ |