source: trunk/binutils/libiberty/config/mh-emx@ 2783

Last change on this file since 2783 was 626, checked in by bird, 22 years ago

#597: OS/2 EMX config/hacks.

  • Property cvs2svn:cvs-rev set to 1.2
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 566 bytes
Line 
1# r=bird: why this here? Should be sufficient to do -s when linking.
2#CFLAGS = -s -O2
3INSTALL = cp
4
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 TracBrowser for help on using the repository browser.