- Timestamp:
- Sep 15, 2004, 2:19:08 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.32
to1.33
r1506 r1507 362 362 bird: we might consider kicking gcrt & mcrt stuff now... */ 363 363 #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}" \ 365 365 "%{!Zdll:%{pg:gcrt0%O%{Zomf:bj}%s}" \ 366 366 "%{!pg:%{pn:gcrt0%O%{Zomf:bj}%s}" \ 367 367 "%{!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}}}" \ 369 369 " %{Zbin-files:binmode%O%{Zomf:bj}%s}" \ 370 370 " %{Zsmall-conv:smallcnv%O%{Zomf:bj}%s}}" … … 437 437 /* Override the default crt0 files. */ 438 438 #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}" \ 440 440 "%{!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}}}"\ 442 442 " %{Zbin-files:binmode%O%{!Zaout:bj}%s} %{Zsmall-conv:smallcnv%O%{!Zaout:bj}%s}}" 443 443 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.