VirtualBox

Changeset 2919 in kBuild


Ignore:
Timestamp:
Sep 15, 2016 1:42:36 PM (8 years ago)
Author:
bird
Message:

VCC100AMD64.kmk: kSubmit causes trouble when cross compiling 64-bit on a 32-bit host, so just don't do that for the time being. Some PDB mixup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/VCC100AMD64.kmk

    r2902 r2919  
    8080  ifneq ($(substr $(PATH_TOOL_VCC100AMD64_BIN),-9),x86_amd64)
    8181   TOOL_VCC100AMD64_KSUBMIT ?= kmk_builtin_kSubmit --64-bit
     82   TOOL_VCC100AMD64_KSUBMIT_DD = $(TOOL_VCC100AMD64_KSUBMIT) --
    8283  else
    83    TOOL_VCC100AMD64_KSUBMIT ?= kmk_builtin_kSubmit --32-bit
     84   # "fatal error C1902: Program database manager mismatch; please check your installation" when mixing with the 32-bit compiler.
     85   #TOOL_VCC100AMD64_KSUBMIT ?= kmk_builtin_kSubmit --32-bit
     86   #TOOL_VCC100AMD64_KSUBMIT_DD = $(TOOL_VCC100AMD64_KSUBMIT) --
    8487  endif
    85   TOOL_VCC100AMD64_KSUBMIT_DD = $(TOOL_VCC100AMD64_KSUBMIT) --
    8688 endif
    8789endif
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