Changeset 810 for trunk/src/gcc
- Timestamp:
- Oct 6, 2003, 2:55:10 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/config/i386/emx.h
-
Property cvs2svn:cvs-rev
changed from
1.21
to1.22
r809 r810 267 267 "%(cpp_cpu) " \ 268 268 "%{posix:-D_POSIX_SOURCE} " \ 269 "%{Zmt*:} "\269 "%{Zmt*:} %{Zlow-mem:} " \ 270 270 "%{pg:-D__GPROF__} " \ 271 271 "%{mepilogue:-D__EPILOGUE__} " \ … … 315 315 /* Override the default crt0 files. */ 316 316 #define STARTFILE_SPEC \ 317 "%{Zdll:dll0% O%{Zomf:bj}%s}"\317 "%{Zdll:dll0%{Zhigh-mem:hi}%O%{Zomf:bj}%s}" \ 318 318 "%{!Zdll:%{pg:gcrt0%O%{Zomf:bj}%s}" \ 319 "%{!pg:%{pn:gcrt0%O%{Zomf:bj}%s}%{!pn:%{p:mcrt0%O%{Zomf:bj}%s}%{!p:crt0% O%{Zomf:bj}%s}}}"\319 "%{!pg:%{pn:gcrt0%O%{Zomf:bj}%s}%{!pn:%{p:mcrt0%O%{Zomf:bj}%s}%{!p:crt0%{Zhigh-mem:hi}%O%{Zomf:bj}%s}}}"\ 320 320 " %{Zbin-files:binmode%O%{Zomf:bj}%s} %{Zsmall-conv:smallcnv%O%{Zomf:bj}%s}}" 321 321 … … 348 348 "%(cpp_cpu) " \ 349 349 "%{posix:-D_POSIX_SOURCE} " \ 350 "%{Zmt*:} "\350 "%{Zmt*:} %{Zlow-mem:} " \ 351 351 "%{pg:-D__GPROF__} " \ 352 352 "%{mepilogue:-D__EPILOGUE__} " \ … … 396 396 /* Override the default crt0 files. */ 397 397 #define STARTFILE_SPEC \ 398 "%{Zdll:dll0% O%{!Zaout:bj}%s}" \398 "%{Zdll:dll0%{Zhigh-mem:hi}%O%{!Zaout:bj}%s}" \ 399 399 "%{!Zdll:%{pg:gcrt0%O%{!Zaout:bj}%s}" \ 400 "%{!pg:%{pn:gcrt0%O%{!Zaout:bj}%s}%{!pn:%{p:mcrt0%O%{!Zaout:bj}%s}%{!p:crt0% O%{!Zaout:bj}%s}}}"\400 "%{!pg:%{pn:gcrt0%O%{!Zaout:bj}%s}%{!pn:%{p:mcrt0%O%{!Zaout:bj}%s}%{!p:crt0%{Zhigh-mem:hi}%O%{!Zaout:bj}%s}}}"\ 401 401 " %{Zbin-files:binmode%O%{!Zaout:bj}%s} %{Zsmall-conv:smallcnv%O%{!Zaout:bj}%s}}" 402 402 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.