VirtualBox

Changeset 4546 in vbox


Ignore:
Timestamp:
Sep 5, 2007 10:03:43 PM (17 years ago)
Author:
vboxsync
Message:

Only use SUPR0 on pe and lx targets. ditto for VMMGCBuiltin.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/Makefile.kmk

    r4475 r4546  
    149149endif # PE
    150150ifeq ($(VBOX_LDR_FMT32),elf)
    151   tstLdrObj_LDFLAGS = -e Entrypoint
    152 tstLdrObj_LIBS    += \
    153         $(PATH_LIB)/VMMGCBuiltin$(VBOX_SUFF_LIB)
     151tstLdrObj_LDFLAGS = -e Entrypoint
    154152endif
    155153ifeq ($(VBOX_LDR_FMT32),lx)
  • trunk/src/VBox/VMM/Makefile.kmk

    r4497 r4546  
    157157
    158158
     159ifneq ($(filter pe lx,$(VBOX_LDR_FMT32)),)
     160
    159161#
    160162# VMMGCBuiltin.lib
    161163#
    162 ifneq ($(filter-out solaris darwin,$(BUILD_TARGET)),)
    163164LIBRARIES += VMMGCBuiltin
    164165VMMGCBuiltin_TEMPLATE = VBOXGC
     
    172173        $(MV) -f [email protected] $@
    173174endif
    174 endif # !darwin
    175175
    176176
     
    178178# VMMGCImp.lib
    179179#
    180 ifneq ($(filter-out solaris darwin,$(BUILD_TARGET)),)
    181180LIBRARIES += VMMGCImp
    182181VMMGCImp_TEMPLATE = VBOXGC
     
    192191        $(MV) -f [email protected] $@
    193192endif
    194 endif # !darwin
     193
     194endif # pe + lx
    195195
    196196
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette