Changeset 259 for trunk/src/gcc


Ignore:
Timestamp:
May 28, 2003, 3:41:18 PM (22 years ago)
Author:
zap
Message:

See changelog.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r258 r259  
    142142          {                                                                    \
    143143            arg [0] = "-Zmt";                                                  \
    144             arg [1] = "-Zcrtdll=c_import";                                     \
     144            arg [1] = "-Zcrtdll=c_dll";                                        \
    145145            arg_count = 2;                                                     \
    146146          }                                                                    \
    147147        else if (!strcmp (argv [i], "-Zcrtdll"))                               \
    148             arg [0] = "-Zcrtdll=c_import";                                     \
     148            arg [0] = "-Zcrtdll=c_dll";                                        \
    149149        else if (!strcmp (argv [i], "-Zlinker"))                               \
    150150          {                                                                    \
Note: See TracChangeset for help on using the changeset viewer.