Changeset 267


Ignore:
Timestamp:
May 29, 2003, 3:49:53 AM (22 years ago)
Author:
bird
Message:

Moved -DMT back to *prefdefines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/libc.specs

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r266 r267  
    1616
    1717*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__))}
    1919
    2020*cpp_options:
     
    5858
    5959*predefines:
    60 -D__32BIT__ -D__EMX__ -D__OS2__ -D__i386__ -D__i386 -Dunix -Asystem=unix -Asystem=posix
     60-D__32BIT__ -D__EMX__ -D__OS2__ -D__i386__ -D__i386 -Dunix -D__MT__ -Asystem=unix -Asystem=posix
    6161
    6262*cross_compile:
Note: See TracChangeset for help on using the changeset viewer.