VirtualBox

Ignore:
Timestamp:
Nov 25, 2013 3:46:54 PM (11 years ago)
Author:
vboxsync
Message:

Additions/linux: back out single bit-count Additions package experiment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk

    r49189 r49643  
    348348
    349349
    350 # 32-bit modules for the 64-bit Linux Additions
    351 ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64)
    352  ifneq ($(VBOX_WITH_COMPATIBLE_LINUX_GUEST_PACKAGE),)
    353   SYSMODS += vboxvideo_drv_32
    354   vboxvideo_drv_32_EXTENDS  = vboxvideo_drv
    355   vboxvideo_drv_32_TEMPLATE = VBOXGUESTR3XF86MOD_X86
    356   vboxvideo_drv_32_NAME     = vboxvideo_drv
    357   $(foreach i,$(filter vboxvideo_drv_%,$(DLLS)),$(eval DLLS += $(i)_32))
    358   $(foreach i,$(filter vboxvideo_drv_%_32,$(DLLS)),$(eval $(i)_EXTENDS = $(subst _32,,$(i))))
    359   $(foreach i,$(filter vboxvideo_drv_%_32,$(DLLS)),$(eval $(i)_TEMPLATE = VBOXGUESTR3XORGMOD_X86))
    360   $(foreach i,$(filter vboxvideo_drv_%_32,$(DLLS)),$(eval $(i)_NAME = $(subst _32,,$(i))))
    361  endif
    362 endif
    363 
    364350ifdef VBOX_USE_SYSTEM_XORG_HEADERS
    365351 # Build using local X.Org headers.  We assume X.Org Server 1.7 or later.
     
    380366endif
    381367
     368
    382369# Check the undefined symbols in the X.Org modules against lists of allowed
    383370# symbols.  Not very elegant, but it will catch problems early.
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