Changeset 108703 in vbox
- Timestamp:
- Mar 24, 2025 6:44:35 AM (3 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168120
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r108693 r108703 2597 2597 2598 2598 # GNU tar if present. 2599 if1of ($(KBUILD_ TARGET), linux os2 win)2599 if1of ($(KBUILD_HOST), linux os2 win) 2600 2600 VBOX_GTAR ?= tar 2601 else if1of ($(KBUILD_ TARGET), freebsd netbsd solaris)2601 else if1of ($(KBUILD_HOST), freebsd netbsd solaris darwin) 2602 2602 VBOX_GTAR ?= gtar 2603 2603 endif … … 2612 2612 VBOX_NM ?= nm -p -t x 2613 2613 endif 2614 2615 # objcopy tool 2616 VBOX_OBJCOPY ?= $(TOOL_$(VBOX_GCC_TOOL)_OBJCOPY) 2614 2617 2615 2618 # Makeself for the linux installers. … … 3281 3284 3282 3285 # Java stuff. 3283 ifeq ($(KBUILD_ TARGET),darwin)3286 ifeq ($(KBUILD_HOST),darwin) 3284 3287 VBOX_JAVA_BIN_PATH = $(firstword $(wildcard \ 3285 3288 /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Commands \ … … 3305 3308 else # !darwin 3306 3309 3307 ifeq ($(KBUILD_ TARGET),linux)3310 ifeq ($(KBUILD_HOST),linux) 3308 3311 ifeq ($(origin VBOX_JAVA_HOME),undefined) 3309 3312 # Add correct detection for you distro after the /usr/../java-6-sun line. … … 3325 3328 endif 3326 3329 3327 ifeq ($(KBUILD_ TARGET),solaris)3330 ifeq ($(KBUILD_HOST),solaris) 3328 3331 # VBOX_JAVA_HOME ?= /usr/jdk/jdk1.6.0 3329 3332 VBOX_JAVA_HOME ?= $(firstword $(abspath $(wildcard \ … … 3335 3338 endif 3336 3339 3337 ifeq ($(KBUILD_ TARGET),win)3340 ifeq ($(KBUILD_HOST),win) 3338 3341 VBOX_JAVA_HOME ?= c:/jdk 3339 3342 endif
Note:
See TracChangeset
for help on using the changeset viewer.