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/linux/sharedfolders/Makefile.kmk

    r42239 r46147  
    8282        vbsfmount.c
    8383
     84# 32-bit version for the 64-bit Linux Additions
     85ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64)
     86 ifneq ($(VBOX_WITH_COMPATIBLE_LINUX_GUEST_PACKAGE),)
     87  PROGRAMS += mount.vboxsf_32
     88  mount.vboxsf_32_EXTENDS  = mount.vboxsf
     89  mount.vboxsf_32_TEMPLATE = NewVBoxGuestR3Exe_X86
     90  mount.vboxsf_32_NAME     = mount.vboxsf
     91 endif
     92endif
     93
    8494include $(FILE_KBUILD_SUB_FOOTER)
    8595
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