Changeset 443


Ignore:
Timestamp:
Jul 25, 2003, 4:28:59 PM (22 years ago)
Author:
bird
Message:

fking spaces are crusial in some places. -lend wasn't included because of missing space.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.8 to 1.9
    r442 r443  
    364364                           "-lc_alias "                                        \
    365365                           "%{!Zcrtdll*:%L} %{Zcrtdll*:-lc_dll} -los2%{pg:_p} "\
    366                            "%{Zomf:-lend}"                                     \
    367                                      "}"                                       \
    368                          "}"                                                   \
    369                         "%{!A:%{!nostdlib:%{!nostartfiles:%E}}}"               \
     366                           "%{Zomf:-lend} "                                    \
     367                                     "} "                                      \
     368                         "} "                                                  \
     369                        "%{!A:%{!nostdlib:%{!nostartfiles:%E} }}"              \
    370370                       "}"                                                     \
    371371                  "}"                                                          \
Note: See TracChangeset for help on using the changeset viewer.