VirtualBox

Changeset 63382 in vbox


Ignore:
Timestamp:
Aug 12, 2016 6:46:20 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110027
Message:

duh! So that's the YASM problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Config.kmk

    r63377 r63382  
    21052105VBOX_PATH_MAKECAB   ?= $(VBOX_PATH_CABSDK)/BIN/MAKECAB.EXE
    21062106
    2107 # We need to export YASM for OSE, but since it was converted to .zip we need to
    2108 # allow for the location used by the zip to be properly cleaned up first.
    2109 if1of ($(KBUILD_HOST).$(KBUILD_HOST_ARCH), linux.x86 solaris.x86 win.x86)
    2110  PATH_TOOL_YASM ?= $(KBUILD_DEVTOOLS_HST)/bin
     2107ifdef VBOX_OSE ## @todo try get rid of this crap! People can use the latest and greatest Yasm release, no need to check in the binary for OSE.
     2108 # We need to export YASM for OSE, but since it was converted to .zip we need to
     2109 # allow for the location used by the zip to be properly cleaned up first.
     2110 if1of ($(KBUILD_HOST).$(KBUILD_HOST_ARCH), linux.x86 solaris.x86 win.x86)
     2111  PATH_TOOL_YASM ?= $(KBUILD_DEVTOOLS_HST)/bin
     2112 endif
    21112113endif
    21122114
Note: See TracChangeset for help on using the changeset viewer.

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