Changeset 81


Ignore:
Timestamp:
May 2, 2003, 1:08:45 PM (22 years ago)
Author:
bird
Message:

RANLIB fix. (single quotes!)

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r80 r81  
    77
    88# hack: Instead of ranlib run dllar which will make a shared library (dll)
    9 override RANLIB = kRx.exe dllar.cmd -cc "$(CC)" -d 'The GNU -liberty library' -o iberty -lgcc
     9#       TODO: Don't use RANLIB because it f**ks up install.
     10#       TODO: Pass the correct -g/-s flag without using non-standard stuff.
     11override RANLIB = kRx.exe dllar.cmd -cc '$(CC)' -d 'The GNU -liberty library' -o iberty -lgcc
    1012
Note: See TracChangeset for help on using the changeset viewer.