VirtualBox

Changeset 75141 in vbox for trunk


Ignore:
Timestamp:
Oct 29, 2018 11:41:54 AM (6 years ago)
Author:
vboxsync
Message:

iprt/symvers.h, Config.kmk: build binary-compatible Additions on glibc 2.18.
bugref:9112: Linux Additions: fix building binaries for older Linux user space
Fix the last change, which changed the wrong part of the XF86 module template
while attempting to prevent it using the iprt symvers.h file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r75140 r75141  
    69636963 TEMPLATE_VBOXGUESTR3XF86MOD_LDFLAGS.amd64   = -m elf_x86_64
    69646964endif
    6965 TEMPLATE_VBOXGUESTR3XF86MOD_CFLAGS  = $(VBOX_GCC_fno-stack-protector) -fno-pie -fno-merge-constants -std=c99 -ffreestanding
    6966 TEMPLATE_VBOXGUESTR3XF86MOD_CXXFLAGS= $(VBOX_GCC_fno-stack-protector) -fno-pie -fno-merge-constants -ffreestanding
     6965TEMPLATE_VBOXGUESTR3XF86MOD_CFLAGS  = $(TEMPLATE_VBOXGUESTR3EXE_CFLAGS) -fno-pie -fno-merge-constants -std=c99 -ffreestanding
     6966TEMPLATE_VBOXGUESTR3XF86MOD_CXXFLAGS= $(TEMPLATE_VBOXGUESTR3EXE_CXXFLAGS) -fno-pie -fno-merge-constants -ffreestanding
     6967TEMPLATE_VBOXGUESTR3XF86MOD_CFLAGS.linux  = $(VBOX_GCC_fno-stack-protector) # Remove symvers.h
     6968TEMPLATE_VBOXGUESTR3XF86MOD_CXXFLAGS.linux = $(VBOX_GCC_fno-stack-protector) # Remove symvers.h
    69676969TEMPLATE_VBOXGUESTR3XF86MOD_SYSSUFF = .o
    69686970TEMPLATE_VBOXGUESTR3XF86MOD_LIBS  = \
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