VirtualBox

Changeset 34801 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Dec 7, 2010 4:25:14 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68611
Message:

Cross building 32-bit additions binaries while building the win.amd64 additions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r34673 r34801  
    3333 #
    3434 LIBRARIES += RuntimeGuestR3 RuntimeGuestR3Shared RuntimeGuestR3Mini
     35 LIBRARIES.win.amd64 += RuntimeGuestR3-x86
    3536 ifdef VBOX_WITH_ADDITION_DRIVERS
    3637  LIBRARIES += RuntimeGuestR0
     
    8586 ifdef VBOX_WITH_ADDITIONS
    8687  LIBRARIES += RuntimeGuestR3 RuntimeGuestR3Shared RuntimeGuestR3Mini
     88  LIBRARIES.win.amd64 += RuntimeGuestR3-x86
    8789  ifdef VBOX_WITH_ADDITION_DRIVERS
    8890   LIBRARIES += RuntimeGuestR0
     
    976978RuntimeGuestR3_SOURCES.$(KBUILD_HOST)        := $(RuntimeR3_SOURCES.$(KBUILD_HOST))
    977979RuntimeGuestR3_SOURCES.$(KBUILD_TARGET_ARCH) := $(RuntimeR3_SOURCES.$(KBUILD_TARGET_ARCH))
     980RuntimeGuestR3_SOURCES.x86                   := $(RuntimeR3_SOURCES.x86)
     981RuntimeGuestR3_SOURCES.amd64                 := $(RuntimeR3_SOURCES.amd64)
    978982RuntimeGuestR3_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH) := $(RuntimeR3_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH))
     983RuntimeGuestR3_SOURCES.$(KBUILD_TARGET).x86  := $(RuntimeR3_SOURCES.$(KBUILD_TARGET).x86)
     984RuntimeGuestR3_SOURCES.$(KBUILD_TARGET).amd64:= $(RuntimeR3_SOURCES.$(KBUILD_TARGET).amd64)
    979985RuntimeGuestR3_SOURCES.$(KBUILD_HOST).$(KBUILD_TARGET_ARCH)   := $(RuntimeR3_SOURCES.$(KBUILD_HOST).$(KBUILD_TARGET_ARCH))
     986
     987
     988#
     989# RuntimeGuestR3-x86 - Same as RuntimeGuestR3, except that it's targeting x86.
     990#
     991RuntimeGuestR3-x86_EXTENDS              := RuntimeGuestR3
     992RuntimeGuestR3-x86_BLD_TRG_ARCH         := x86
    980993
    981994
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