Changeset 14042 in vbox for trunk/src/VBox/Devices/Makefile.kmk
- Timestamp:
- Nov 10, 2008 8:25:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r13984 r14042 410 410 VBoxDDGC_LDFLAGS = -Entry:vgaMMIOWrite 411 411 endif 412 if neq ($(filter pe lx,$(VBOX_LDR_FMT32)),)412 if1of ($(VBOX_LDR_FMT32), pe lx) 413 413 VBoxDDGC_LIBS = \ 414 414 $(PATH_LIB)/VMMGCBuiltin$(VBOX_SUFF_LIB) \ … … 473 473 VBoxDDR0_LDFLAGS = -Entry:vgaMMIOWrite 474 474 endif 475 if neq ($(filter pe lx,$(VBOX_LDR_FMT32)),)475 if1of ($(VBOX_LDR_FMT), pe lx) 476 476 VBoxDDR0_LIBS = $(PATH_LIB)/VMMR0Imp$(VBOX_SUFF_LIB) 477 endif478 VBoxDDR0_LIBS += $(PATH_LIB)/RuntimeR0$(VBOX_SUFF_LIB)479 ifeq ($(VBOX_LDR_FMT32),elf) # this is template stuff!480 VBoxDDR0_LIBS += $(VBOX_GCC_LIBGCC)481 477 endif 482 478 … … 495 491 VBoxDD2GC_LDFLAGS = -Entry:apicMMIOWrite 496 492 endif 497 if neq ($(filter pe lx,$(VBOX_LDR_FMT32)),)493 if1of ($(VBOX_LDR_FMT32), pe lx) 498 494 VBoxDD2GC_LIBS = \ 499 495 $(PATH_LIB)/VMMGCBuiltin$(VBOX_SUFF_LIB) \ … … 515 511 VBoxDD2R0_LDFLAGS = -Entry:apicMMIOWrite 516 512 endif 517 if neq ($(filter pe lx,$(VBOX_LDR_FMT)),)513 if1of ($(VBOX_LDR_FMT), pe lx) 518 514 VBoxDD2R0_LIBS = $(PATH_LIB)/VMMR0Imp$(VBOX_SUFF_LIB) 519 endif520 VBoxDD2R0_LIBS += $(PATH_LIB)/RuntimeR0$(VBOX_SUFF_LIB)521 ifeq ($(VBOX_LDR_FMT),elf)522 VBoxDD2R0_LIBS += $(VBOX_GCC_LIBGCC)523 515 endif 524 516
Note:
See TracChangeset
for help on using the changeset viewer.