| 
            Last change
 on this file since 2855 was             87, checked in by bird, 23 years ago           | 
        
        
          | 
             
Forget RANLIB hack it breaks install. 
 
           | 
        
        
          
            
              - 
Property                 cvs2svn:cvs-rev
 set to                 
1.6
               
              - 
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
 | 
|---|
| 3 | INSTALL = cp
 | 
|---|
| 4 | 
 | 
|---|
| 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 | 
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.