Changeset 1507 for trunk/src


Ignore:
Timestamp:
Sep 15, 2004, 2:19:08 AM (21 years ago)
Author:
bird
Message:

-Zno-unix

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.32 to 1.33
    r1506 r1507  
    362362   bird: we might consider kicking gcrt & mcrt stuff now... */
    363363#define STARTFILE_SPEC                                                         \
    364   "%{Zdll:dll0%{Zhigh-mem:hi}%{Zfork:fork}%O%{Zomf:bj}%s}"                     \
     364  "%{Zdll:dll0%{Zhigh-mem:hi}%{Zfork:fork}%{Zno-unix:noux}%O%{Zomf:bj}%s}"     \
    365365  "%{!Zdll:%{pg:gcrt0%O%{Zomf:bj}%s}"                                          \
    366366          "%{!pg:%{pn:gcrt0%O%{Zomf:bj}%s}"                                    \
    367367                "%{!pn:%{p:mcrt0%O%{Zomf:bj}%s}"                               \
    368                       "%{!p:crt0%{Zhigh-mem:hi}%{Zfork:fork}%O%{Zomf:bj}%s}}}" \
     368                      "%{!p:crt0%{Zhigh-mem:hi}%{Zfork:fork}%{Zno-unix:noux}%O%{Zomf:bj}%s}}}" \
    369369  " %{Zbin-files:binmode%O%{Zomf:bj}%s}"                                       \
    370370  " %{Zsmall-conv:smallcnv%O%{Zomf:bj}%s}}"
     
    437437/* Override the default crt0 files.  */
    438438#define STARTFILE_SPEC                                                         \
    439   "%{Zdll:dll0%{Zhigh-mem:hi}%{Zfork:fork}%O%{!Zaout:bj}%s}"                   \
     439  "%{Zdll:dll0%{Zhigh-mem:hi}%{Zfork:fork}%{Zno-unix:noux}%O%{!Zaout:bj}%s}"   \
    440440  "%{!Zdll:%{pg:gcrt0%O%{!Zaout:bj}%s}"                                        \
    441           "%{!pg:%{pn:gcrt0%O%{!Zaout:bj}%s}%{!pn:%{p:mcrt0%O%{!Zaout:bj}%s}%{!p:crt0%{Zhigh-mem:hi}%{Zfork:fork}%O%{!Zaout:bj}%s}}}"\
     441          "%{!pg:%{pn:gcrt0%O%{!Zaout:bj}%s}%{!pn:%{p:mcrt0%O%{!Zaout:bj}%s}%{!p:crt0%{Zhigh-mem:hi}%{Zfork:fork}%{Zno-unix:noux}%O%{!Zaout:bj}%s}}}"\
    442442         " %{Zbin-files:binmode%O%{!Zaout:bj}%s} %{Zsmall-conv:smallcnv%O%{!Zaout:bj}%s}}"
    443443
Note: See TracChangeset for help on using the changeset viewer.