VirtualBox

Ignore:
Timestamp:
May 31, 2019 11:19:50 PM (6 years ago)
Author:
vboxsync
Message:

VBoxGuest/linux: Try speed up GA installation by combining the IPRT and VBgl bits into two source files. [x86 fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile

    r78902 r78907  
    123123        VBox/log-vbox.o \
    124124        VBox/logbackdoor.o
    125  ifeq ($(BUILD_TARGET_ARCH),x86)
     125 ifeq ($(BUILD_TARGET_ARCH),amd64)
     126VBOXMOD_OBJS += common/alloc/heapsimple.o
     127 endif
     128endif # VBOX_WITHOUT_COMBINED_SOURCES
     129ifeq ($(BUILD_TARGET_ARCH),x86)
    126130VBOXMOD_OBJS += \
    127131        common/math/gcc/divdi3.o \
     
    131135        common/math/gcc/umoddi3.o \
    132136        common/math/gcc/qdivrem.o
    133  endif
    134  ifeq ($(BUILD_TARGET_ARCH),amd64)
    135 VBOXMOD_OBJS += common/alloc/heapsimple.o
    136  endif
    137 endif # VBOX_WITHOUT_COMBINED_SOURCES
     137endif
    138138
    139139VBOXMOD_DEFS = \
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