VirtualBox

Changeset 46390 in vbox


Ignore:
Timestamp:
Jun 4, 2013 10:08:52 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86213
Message:

s/XGCCAMD64LINUXGNU/VBoxXGccAmd64LinuxGnu/g s/XGCCX86REDHATLINUX/VBoxXGccX86RedHatLinux/g, adding the two tools files to tools/kBuildTools/ instead of kBuild/tools since these are rather VBox specific and better kept here.

Location:
trunk
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r46287 r46390  
    2828# Build with umask 022 (requires kBuild r2556 to work, harmless on earlier).
    2929$(set-umask 022)
     30
     31# Add our own directories to the search paths.
     32KBUILD_TOOL_PATHS = $(KBUILD_DEVTOOLS)/kBuildTools/
     33
    3034
    3135# Modify the build types.
     
    46684672 ifneq ($(VBOX_WITH_COMPATIBLE_LINUX_GUEST_PACKAGE),)
    46694673  ifeq ($(KBUILD_TARGET_ARCH),x86)
    4670    TEMPLATE_VBOXGUESTR3EXE_TOOL          := XGCCX86REDHATLINUX
     4674   TEMPLATE_VBOXGUESTR3EXE_TOOL         := VBoxXGccX86RedHatLinux
    46714675  else ifeq ($(KBUILD_TARGET_ARCH),amd64)
    4672    TEMPLATE_VBOXGUESTR3EXE_TOOL          := XGCCAMD64LINUXGNU
    4673    TEMPLATE_VBOXGUESTR3EXE_TOOL.x86      := XGCCX86REDHATLINUX
     4676   TEMPLATE_VBOXGUESTR3EXE_TOOL         := VBoxXGccAmd64LinuxGnu
     4677   TEMPLATE_VBOXGUESTR3EXE_TOOL.x86     := VBoxXGccX86RedHatLinux
    46744678  endif
    46754679  TEMPLATE_VBOXGUESTR3EXE_CXXFLAGS      := $(filter-out $(VBOX_GCC_pipe) $(VBOX_GCC_Wextra) $(VBOX_GCC_Wno-missing-field-initializers) $(VBOX_GCC_fdiagnostics-show-option) $(VBOX_GCC_Wno-delete-non-virtual-dtor) $(VBOX_GCC_Wno-variadic-macros) $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fvisibility-inlines-hidden),$(TEMPLATE_VBOXGUESTR3EXE_CXXFLAGS)) -pipe
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