Changeset 626 for trunk/src/binutils/libiberty/config
- Timestamp:
- Aug 17, 2003, 3:49:56 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/libiberty/config/mh-emx
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r625 r626 1 CFLAGS = 1 # r=bird: why this here? Should be sufficient to do -s when linking. 2 #CFLAGS = -s -O2 2 3 INSTALL = cp 3 4 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 6 AR_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 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.