Changeset 117


Ignore:
Timestamp:
May 10, 2003, 4:49:16 AM (22 years ago)
Author:
bird
Message:

#416: Use standard name for stdc++.a.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r116 r117  
    3636#undef TARGET_SUBTARGET_DEFAULT
    3737#define TARGET_SUBTARGET_DEFAULT \
    38    (MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS | MASK_STACK_PROBE) 
     38   (MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS | MASK_STACK_PROBE)
    3939
    4040/* Use FUNCTION_EPILOGUE */
     
    213213    (VAR) = _name;                                                      \
    214214} while (0)
    215      
     215
    216216/* Output a reference to a label.  */
    217217#undef ASM_OUTPUT_LABELREF
     
    345345                        "}}}}}}"
    346346
    347 /* IBM's linker LINK386 does not understand filenames with '+' (shame!) */
    348 #define LIBSTDCXX "-lstdcxx"
    349 #define LIBSTDCXX_PROFILE LIBSTDCXX
    350347
    351348/* The following will be defined only when compiling libgcc2
Note: See TracChangeset for help on using the changeset viewer.