VirtualBox

Ignore:
Timestamp:
May 17, 2013 3:35:09 PM (12 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk

    r45459 r46147  
    122122VBoxService_LDFLAGS.darwin = -framework IOKit
    123123
    124 VBoxService_LIBS        += \
    125         $(VBOX_LIB_IPRT_GUEST_R3) \
    126         $(VBOX_LIB_VBGL_R3) \
    127         $(VBOX_LIB_IPRT_GUEST_R3)       # (The joy of unix linkers.)
    128124if1of ($(KBUILD_TARGET), linux)
    129125 VBoxService_LIBS        += \
     
    145141        kstat \
    146142        contract
     143endif
     144
     145# 32-bit version for the 64-bit Linux Additions
     146ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64)
     147 ifneq ($(VBOX_WITH_COMPATIBLE_LINUX_GUEST_PACKAGE),)
     148  PROGRAMS += VBoxService_32
     149  VBoxService_32_EXTENDS  = VBoxService
     150  VBoxService_32_TEMPLATE = NewVBoxGuestR3Exe_X86
     151  VBoxService_32_NAME     = VBoxService
     152 endif
    147153endif
    148154
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