Changeset 267
- Timestamp:
- May 29, 2003, 3:49:53 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/libc.specs
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r266 r267 16 16 17 17 *cpp: 18 %(cpp_cpu) %{posix:-D_POSIX_SOURCE} -D__MT__%{Zmt*:} %{pg:-D__GPROF__} %{mepilogue:-D__EPILOGUE__} %{mprobe|mstack-arg-probe:-D__STACK_PROBE__} -D__cdecl=__attribute__((__cdecl__)) -D__stdcall=__attribute__((__stdcall__)) %{!ansi: -D_cdecl=__attribute__((__cdecl__)) -D_stdcall=__attribute__((__stdcall__)) -D_Cdecl=__attribute__((__cdecl__)) -D_Optlink=__attribute__((__optlink__)) -D_System=__attribute__((__system__))}18 %(cpp_cpu) %{posix:-D_POSIX_SOURCE} %{Zmt*:} %{pg:-D__GPROF__} %{mepilogue:-D__EPILOGUE__} %{mprobe|mstack-arg-probe:-D__STACK_PROBE__} -D__cdecl=__attribute__((__cdecl__)) -D__stdcall=__attribute__((__stdcall__)) %{!ansi: -D_cdecl=__attribute__((__cdecl__)) -D_stdcall=__attribute__((__stdcall__)) -D_Cdecl=__attribute__((__cdecl__)) -D_Optlink=__attribute__((__optlink__)) -D_System=__attribute__((__system__))} 19 19 20 20 *cpp_options: … … 58 58 59 59 *predefines: 60 -D__32BIT__ -D__EMX__ -D__OS2__ -D__i386__ -D__i386 -Dunix - Asystem=unix -Asystem=posix60 -D__32BIT__ -D__EMX__ -D__OS2__ -D__i386__ -D__i386 -Dunix -D__MT__ -Asystem=unix -Asystem=posix 61 61 62 62 *cross_compile: -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.