Changeset 3664 for trunk/emx/Makefile.kmk
- Timestamp:
- Sep 17, 2010, 2:49:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/emx/Makefile.kmk
r3658 r3664 236 236 # 237 237 # ldstub 238 # 238 # 239 if 0 239 240 ldstub_TEMPLATE = usr.bin.alp 240 241 ldstub_SOURCES = \ 241 242 src/ld/ldstub.asm \ 242 243 src/ld/ldstub.def 243 ldstub_LDFLAGS = -nostdlib -s -Wl,-O,Option,-O,alignment=1244 ldstub_LDFLAGS = -nostdlib -s #-Wl,-O,Option,-O,alignment=1 244 245 ldstub_LIBS = os2 end 246 else 247 ldstub_TEMPLATE = usr.bin.nasm 248 ldstub_SOURCES = \ 249 src/ld/ldstub-nasm.asm \ 250 src/ld/ldstub.def 251 ldstub_LDFLAGS = -nostdlib -s 252 ldstub_LIBS = os2 253 endif 245 254 ldstub_EXESUFF = 246 255
Note:
See TracChangeset
for help on using the changeset viewer.