Changeset 117
- Timestamp:
- May 10, 2003, 4:49:16 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/config/i386/emx.h
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r116 r117 36 36 #undef TARGET_SUBTARGET_DEFAULT 37 37 #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) 39 39 40 40 /* Use FUNCTION_EPILOGUE */ … … 213 213 (VAR) = _name; \ 214 214 } while (0) 215 215 216 216 /* Output a reference to a label. */ 217 217 #undef ASM_OUTPUT_LABELREF … … 345 345 "}}}}}}" 346 346 347 /* IBM's linker LINK386 does not understand filenames with '+' (shame!) */348 #define LIBSTDCXX "-lstdcxx"349 #define LIBSTDCXX_PROFILE LIBSTDCXX350 347 351 348 /* The following will be defined only when compiling libgcc2 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.