VirtualBox

Changeset 53379 in vbox


Ignore:
Timestamp:
Nov 23, 2014 11:19:31 PM (10 years ago)
Author:
vboxsync
Message:

Config.kmk: Two fixes that avoids using the wrong compilers when VBOX_WITH_MACOSX_COMPILERS_FROM_DEVEL (or tools/darwin.x86/xcode/v*) is used. The TOOL_GXX32 is for raw-mode on 64-bit host. The dtrace hack is for preprocessing (defaults to clang, no way of giving the replacement a -issyroot, but this seems to work for Xcode 4.1 tools).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r53377 r53379  
    20582058  endif
    20592059  export PATH:=$(VBOX_PATH_MACOSX_DEVEL_ROOT)/usr/bin/:$(PATH)
     2060  TOOL_GXX32_CC  = $(TOOL_GCC4MACHO_PREFIX)gcc$(TOOL_GCC4MACHO_SUFFIX) -m32
     2061  TOOL_GXX32_CXX = $(TOOL_GCC4MACHO_PREFIX)g++$(TOOL_GCC4MACHO_SUFFIX) -m32
     2062  TOOL_GXX32_LD  = $(TOOL_GXX32_CXX)
     2063  override TOOL_StandardDTrace_DTRACE := dtrace "-xcpppath=$(TOOL_GCC4MACHO_PREFIX)cpp-4.2"
    20602064 endif
    20612065 ## @todo WTF do we do the -m32/64 stuff here for these compilers? Also the visibility should be elsewhere...
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