Ignore:
Timestamp:
Aug 17, 2003, 3:49:56 AM (22 years ago)
Author:
bird
Message:

#597: OS/2 EMX config/hacks.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r625 r626  
    1 CFLAGS =
     1# r=bird: why this here? Should be sufficient to do -s when linking.
     2#CFLAGS = -s -O2
    23INSTALL = cp
    34
    4 # Instead of ranlib run dllar which will make a shared library (dll)
    5 RANLIB = dllar -d 'The GNU -liberty library' -o iberty
     5# Add the "s" flag to AR_FLAGS to add an archive index instead of RANLIB
     6AR_FLAGS = rcs
     7
     8# hack: Instead of ranlib run dllar which will make a shared library (dll)
     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.
     11# bird: Forget this it breaks the install. We'll need a better hack.
     12# override RANLIB = kRx.exe dllar.cmd -cc '$(CC)' -d 'The GNU -liberty library' -o iberty -lgcc
     13
Note: See TracChangeset for help on using the changeset viewer.