Changeset 283 for trunk/src/gcc


Ignore:
Timestamp:
Jun 3, 2003, 3:11:58 AM (22 years ago)
Author:
bird
Message:

Make sure we get the right asm flags.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r282 r283  
    275275#else
    276276#define ASM_SPEC "%{Zomf} %{s:-Zstrip}"
     277#endif
     278
     279#ifdef __EMX__LIBCSPECS
     280/* bird: precautions. */
     281#undef ASM_DEBUG_SPEC
     282#define ASM_DEBUG_SPEC "%{g*:--gstabs}"
    277283#endif
    278284
Note: See TracChangeset for help on using the changeset viewer.