Changeset 77


Ignore:
Timestamp:
May 1, 2003, 4:21:28 PM (22 years ago)
Author:
bird
Message:

Use correct C compiler for RANLIB and skip the CFLAGS overriding.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/libiberty/config/mh-emx

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r76 r77  
    1 CFLAGS = -s -O2
     1# r=bird: why this here? Should be sufficient to do -s when linking.
     2#CFLAGS = -s -O2
    23INSTALL = cp
    34
     
    56AR_FLAGS = rcs
    67
    7 # Instead of ranlib run dllar which will make a shared library (dll)
    8 override RANLIB = kRx.exe dllar.cmd -d 'The GNU -liberty library' -o iberty -lgcc
     8# hack: Instead of ranlib run dllar which will make a shared library (dll)
     9override RANLIB = kRx.exe dllar.cmd -cc "$(CC)" -d 'The GNU -liberty library' -o iberty -lgcc
    910
Note: See TracChangeset for help on using the changeset viewer.