Changeset 1374


Ignore:
Timestamp:
Apr 19, 2004, 3:11:52 AM (21 years ago)
Author:
bird
Message:

Install in special dir.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/ld/ld.smak

    • Property cvs2svn:cvs-rev changed from 1.10 to 1.11
    r1373 r1374  
    1010.TCF    := -DEMX
    1111.TLDF   := -liberty
     12.TKEEP  := 1
    1213include mkexe.smak
     14
     15# must be installed in special gcc directory.
     16INS.FILES += $(INS)i386-pc-os2-emx/bin/$(.TARGET)
     17$(INS)i386-pc-os2-emx/bin/$(.TARGET): $.$(.TARG)
     18        $(call CP,$<,$@)
     19include comend.smak     
    1320
    1421.TARGET := ldstub.bin
     
    2128#.TLDF  := -nostdlib -los2 -s -Zlinker /align:1 -Zlinker /nosectoraligncode
    2229.TLDF   := -nostdlib -los2 -s -Zlinker /align:1 -lend
     30.TKEEP  := 1
    2331include mkexe.smak
     32
     33# must be installed in special gcc directory.
     34INS.FILES += $(INS)i386-pc-os2-emx/bin/$(.TARGET)
     35$(INS)i386-pc-os2-emx/bin/$(.TARGET): $.$(.TARG)
     36        $(call CP,$<,$@)
     37include comend.smak     
Note: See TracChangeset for help on using the changeset viewer.