Changeset 1520


Ignore:
Timestamp:
Sep 27, 2004, 4:56:49 AM (21 years ago)
Author:
bird
Message:

Changed the defaults for startup files.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.33 to 1.34
    r1519 r1520  
    362362   bird: we might consider kicking gcrt & mcrt stuff now... */
    363363#define STARTFILE_SPEC                                                         \
    364   "%{Zdll:dll0%{Zhigh-mem:hi}%{Zfork:fork}%{Zno-unix:noux}%O%{Zomf:bj}%s}"     \
     364  "%{Zno-high-mem:}%{Zfork:}%{Zunix:}"                                         \
     365  "%{Zdll:dll0%{Zhigh-mem:hi}%{Zno-fork:nofork}%{Zno-unix:noux}%O%{Zomf:bj}%s}" \
    365366  "%{!Zdll:%{pg:gcrt0%O%{Zomf:bj}%s}"                                          \
    366367          "%{!pg:%{pn:gcrt0%O%{Zomf:bj}%s}"                                    \
    367368                "%{!pn:%{p:mcrt0%O%{Zomf:bj}%s}"                               \
    368                       "%{!p:crt0%{Zhigh-mem:hi}%{Zfork:fork}%{Zno-unix:noux}%O%{Zomf:bj}%s}}}" \
     369                      "%{!p:crt0%{Zhigh-mem:hi}%{Zno-fork:nofork}%{Zno-unix:noux}%O%{Zomf:bj}%s}}}" \
    369370  " %{Zbin-files:binmode%O%{Zomf:bj}%s}"                                       \
    370371  " %{Zsmall-conv:smallcnv%O%{Zomf:bj}%s}}"
     
    437438/* Override the default crt0 files.  */
    438439#define STARTFILE_SPEC                                                         \
    439   "%{Zdll:dll0%{Zhigh-mem:hi}%{Zfork:fork}%{Zno-unix:noux}%O%{!Zaout:bj}%s}"   \
     440  "%{Zno-high-mem:}%{Zfork:}%{Zunix:}"                                         \
     441  "%{Zdll:dll0%{Zhigh-mem:hi}%{Zno-fork:nofork}%{Zno-unix:noux}%O%{!Zaout:bj}%s}"   \
    440442  "%{!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}%{Zno-unix:noux}%O%{!Zaout:bj}%s}}}"\
     443          "%{!pg:%{pn:gcrt0%O%{!Zaout:bj}%s}%{!pn:%{p:mcrt0%O%{!Zaout:bj}%s}%{!p:crt0%{Zhigh-mem:hi}%{Zno-fork:nofork}%{Zno-unix:noux}%O%{!Zaout:bj}%s}}}"\
    442444         " %{Zbin-files:binmode%O%{!Zaout:bj}%s} %{Zsmall-conv:smallcnv%O%{!Zaout:bj}%s}}"
    443445
Note: See TracChangeset for help on using the changeset viewer.