Ignore:
Timestamp:
Sep 17, 2010, 2:49:06 AM (15 years ago)
Author:
bird
Message:

emx: converted ldstub to nasm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/emx/Makefile.kmk

    r3658 r3664  
    236236#
    237237# ldstub
    238 #       
     238#
     239if 0   
    239240ldstub_TEMPLATE = usr.bin.alp
    240241ldstub_SOURCES = \
    241242        src/ld/ldstub.asm \
    242243        src/ld/ldstub.def
    243 ldstub_LDFLAGS = -nostdlib -s -Wl,-O,Option,-O,alignment=1
     244ldstub_LDFLAGS = -nostdlib -s #-Wl,-O,Option,-O,alignment=1
    244245ldstub_LIBS = os2 end
     246else
     247ldstub_TEMPLATE = usr.bin.nasm
     248ldstub_SOURCES = \
     249        src/ld/ldstub-nasm.asm \
     250        src/ld/ldstub.def
     251ldstub_LDFLAGS = -nostdlib -s
     252ldstub_LIBS = os2
     253endif
    245254ldstub_EXESUFF =
    246255
Note: See TracChangeset for help on using the changeset viewer.