Changeset 51165 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Apr 29, 2014 1:24:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r50456 r51165 346 346 $(PATH_STAGE_LIB)/VMMRCBuiltin$(VBOX_SUFF_LIB) 347 347 endif # PE 348 ifeq ($(VBOX_LDR_FMT32),elf)349 tstLdrObj_LDFLAGS = -e Entrypoint350 endif351 348 ifeq ($(VBOX_LDR_FMT32),lx) 352 349 tstLdrObj_LIBS += \ … … 386 383 $(PATH_STAGE_LIB)/SUPR0$(VBOX_SUFF_LIB) \ 387 384 $(TARGET_tstLdr-4Imp) 388 endif389 ifeq ($(VBOX_LDR_FMT),elf)390 tstLdrObjR0_LDFLAGS = -e Entrypoint391 385 endif 392 386 ifeq ($(VBOX_LDR_FMT),lx)
Note:
See TracChangeset
for help on using the changeset viewer.