VirtualBox

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


Ignore:
Timestamp:
May 17, 2013 3:35:09 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85846
Message:

Additions/linux: build 32-bit versions too for COMPATIBLE builds.

File:
1 edited

Legend:

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

    r46144 r46147  
    3838  #LIBRARIES.os2 += RuntimeGuestR0OS2Warp3
    3939  LIBRARIES.win.x86 += RuntimeGuestR0NT4
     40 endif
     41 ifneq ($(VBOX_WITH_COMPATIBLE_LINUX_GUEST_PACKAGE),)
     42  LIBRARIES.linux.amd64 += \
     43      RuntimeGuestR3-x86 \
     44      RuntimeGuestR3Mini-x86 \
     45      RuntimeGuestR3Shared-x86
    4046 endif
    4147
     
    8894  LIBRARIES += RuntimeGuestR3 RuntimeGuestR3Shared RuntimeGuestR3Mini
    8995  LIBRARIES.win.amd64 += RuntimeGuestR3-x86 RuntimeGuestR3Shared-x86
     96  ifneq ($(VBOX_WITH_COMPATIBLE_LINUX_GUEST_PACKAGE),)
     97   LIBRARIES.linux.amd64 += \
     98      RuntimeGuestR3-x86 \
     99      RuntimeGuestR3Mini-x86 \
     100      RuntimeGuestR3Shared-x86
     101  endif
    90102  ifdef VBOX_WITH_ADDITION_DRIVERS
    91103   LIBRARIES += RuntimeGuestR0
     
    12301242        win/RTErrConvertFromWin32.cpp
    12311243
     1244#
     1245# RuntimeGuestR3Mini-x86 - Same as RuntimeGuestR3Mini, except that it's targeting x86.
     1246#
     1247RuntimeGuestR3Mini-x86_EXTENDS        := RuntimeGuestR3Mini
     1248RuntimeGuestR3Mini-x86_BLD_TRG_ARCH   := x86
     1249
     1250
    12321251# VBox specific stuff.
    12331252RuntimeGuestR3Mini_SOURCES += \
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