Changeset 1190


Ignore:
Timestamp:
Feb 6, 2004, 12:27:54 AM (22 years ago)
Author:
bird
Message:

Enforce static libc when -static. Define INNOTEK_LIC=0xGMM (G=major, MM=midth, no patch level.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/config/i386/emx.h

    • Property cvs2svn:cvs-rev changed from 1.24 to 1.25
    r1189 r1190  
    260260#undef CPP_PREDEFINES
    261261#define CPP_PREDEFINES "-D__32BIT__ -D__EMX__ -D__OS2__ -D__i386__ -D__i386 "  \
    262   "-Dunix -D__MT__ -Asystem=unix -Asystem=posix -Asystem=emx"
     262  "-Dunix -D__MT__ -D__INNOTEK_LIBC__=0x005 -Asystem=unix -Asystem=posix -Asystem=emx"
    263263
    264264/* Provide extra args to the C preprocessor and extra switch-translations.  */
     
    313313  "-lc_alias "                                                                 \
    314314  "%{!static:-lc_dll}"                                                         \
    315   "%{static:-lc%{p|pg:_p} %{!Zdll:-lc_app%{pg:_p}}} "                          \
     315  "%{static:-lc%{p|pg:_p}_s %{!Zdll:-lc_app%{pg:_p}}} "                          \
    316316  "-los2%{p|pg:_p}"
    317317
     
    395395  "-lc_alias "                                                                 \
    396396  "%{!static:-lc_dll}"                                                         \
    397   "%{static:-lc%{p|pg:_p} %{!Zdll:-lc_app%{pg:_p}}} -los2%{p|pg:_p}"           \
     397  "%{static:-lc%{p|pg:_p}_s %{!Zdll:-lc_app%{pg:_p}}} -los2%{p|pg:_p}"           \
    398398
    399399/* Override the default crt0 files.  */
Note: See TracChangeset for help on using the changeset viewer.