Changeset 1520
- Timestamp:
- Sep 27, 2004, 4:56:49 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/config/i386/emx.h
-
Property cvs2svn:cvs-rev
changed from
1.33
to1.34
r1519 r1520 362 362 bird: we might consider kicking gcrt & mcrt stuff now... */ 363 363 #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}" \ 365 366 "%{!Zdll:%{pg:gcrt0%O%{Zomf:bj}%s}" \ 366 367 "%{!pg:%{pn:gcrt0%O%{Zomf:bj}%s}" \ 367 368 "%{!pn:%{p:mcrt0%O%{Zomf:bj}%s}" \ 368 "%{!p:crt0%{Zhigh-mem:hi}%{Z fork:fork}%{Zno-unix:noux}%O%{Zomf:bj}%s}}}" \369 "%{!p:crt0%{Zhigh-mem:hi}%{Zno-fork:nofork}%{Zno-unix:noux}%O%{Zomf:bj}%s}}}" \ 369 370 " %{Zbin-files:binmode%O%{Zomf:bj}%s}" \ 370 371 " %{Zsmall-conv:smallcnv%O%{Zomf:bj}%s}}" … … 437 438 /* Override the default crt0 files. */ 438 439 #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}" \ 440 442 "%{!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}%{Z fork: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}}}"\ 442 444 " %{Zbin-files:binmode%O%{!Zaout:bj}%s} %{Zsmall-conv:smallcnv%O%{!Zaout:bj}%s}}" 443 445 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.