VirtualBox

Changeset 6781 in vbox


Ignore:
Timestamp:
Feb 4, 2008 11:10:28 AM (17 years ago)
Author:
vboxsync
Message:

Fixed problem cross building x86 additions in a amd64 build.

File:
1 edited

Legend:

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

    r6766 r6781  
    510510#
    511511# RuntimeGuestR3 - Guest Additions Runtime (static).
    512 # (The BUILD_PLATFORM inheritance here is for l4 crossbuilding the linux additions.)
     512# (The BUILD_PLATFORM inheritance here is for l4 cross building the linux
     513# additions, while .x86 is for cross building x86 while targeting amd64.)
    513514#
    514515RuntimeGuestR3_TEMPLATE                 := VBOXGUESTR3LIB
     
    533534RuntimeGuestR3_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH)   := $(RuntimeR3_SOURCES.$(BUILD_TARGET).$(BUILD_TARGET_ARCH))
    534535RuntimeGuestR3_SOURCES.$(BUILD_PLATFORM).$(BUILD_TARGET_ARCH) := $(RuntimeR3_SOURCES.$(BUILD_PLATFORM).$(BUILD_TARGET_ARCH))
     536RuntimeGuestR3_SOURCES.$(BUILD_TARGET).x86 := $(RuntimeR3_SOURCES.$(BUILD_TARGET).x86)
     537RuntimeGuestR3_SOURCES.$(BUILD_PLATFORM).x86 := $(RuntimeR3_SOURCES.$(BUILD_PLATFORM).x86)
    535538
    536539
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