VirtualBox

Changeset 16344 in vbox


Ignore:
Timestamp:
Jan 28, 2009 9:23:06 PM (16 years ago)
Author:
vboxsync
Message:

.darwin.x86 isn't right for VBOXGC since that's BLD_TRG_ARCH=x86 and it will be picked up even when targeting AMD64 on the host.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r16341 r16344  
    393393VBoxDDGC_TEMPLATE       = VBOXGC
    394394VBoxDDGC_SYSSUFF        = .gc
    395 VBoxDDGC_DEFS.darwin.x86= VBOX_WITH_2X_4GB_ADDR_SPACE
     395ifeq ($(KBUILD_TARGET_ARCH),x86)
     396 VBoxDDGC_DEFS.darwin   = VBOX_WITH_2X_4GB_ADDR_SPACE
     397endif
    396398VBoxDDGC_DEFS           =
    397399VBoxDDGC_INCS          := \
  • trunk/src/VBox/VMM/Makefile.kmk

    r16341 r16344  
    311311VMMGC_DEFS     += VBOX_WITH_NEW_RECOMPILER
    312312endif
    313 VMMGC_DEFS.darwin.x86 = \
     313ifeq ($(KBUILD_TARGET_ARCH),x86)
     314VMMGC_DEFS.darwin = \
    314315        VBOX_WITH_2X_4GB_ADDR_SPACE   VBOX_WITH_2X_4GB_ADDR_SPACE_IN_RC \
    315316        VBOX_WITH_HYBRID_32BIT_KERNEL VBOX_WITH_HYBRID_32BIT_KERNEL_IN_RC
     317endif
    316318VMMGC_SYSSUFF   = .gc
    317319VMMGC_LIBS      = \
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