VirtualBox

Changeset 147 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
Jan 18, 2007 4:04:38 PM (18 years ago)
Author:
vboxsync
Message:

compile Linux guest additions with disabled stack protector, otherwise we pull a GLIBC_24 symbol into the binaries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r142 r147  
    18041804TEMPLATE_VBOXLNX32GUESTR3EXE_ASFLAGS           = -f elf32 -DASM_FORMAT_ELF -D__YASM__ -w+orphan-labels
    18051805TEMPLATE_VBOXLNX32GUESTR3EXE_DEFS              = IN_RING3 IN_GUEST_R3
    1806 TEMPLATE_VBOXLNX32GUESTR3EXE_CXXFLAGS          = -g -Wall -pedantic -Wno-long-long -Wno-trigraphs -pipe
     1806TEMPLATE_VBOXLNX32GUESTR3EXE_CXXFLAGS          = -g -Wall -pedantic -Wno-long-long -Wno-trigraphs -pipe $(VBOX_GCC_fno-stack-protector)
    18071807TEMPLATE_VBOXLNX32GUESTR3EXE_CXXFLAGS.debug    = -fno-inline
    18081808TEMPLATE_VBOXLNX32GUESTR3EXE_CXXFLAGS.release  = -O2 -fno-omit-frame-pointer -fno-strict-aliasing
     
    18131813TEMPLATE_VBOXLNX32GUESTR3EXE_CFLAGS.profile    = $(TEMPLATE_VBOXLNX32GUESTR3EXE_CXXFLAGS.profile)
    18141814TEMPLATE_VBOXLNX32GUESTR3EXE_CFLAGS.kprofile   = $(TEMPLATE_VBOXLNX32GUESTR3EXE_CXXFLAGS.kprofile)
    1815 TEMPLATE_VBOXLNX32GUESTR3EXE_CFLAGS            = -g -Wall -pedantic -Wno-long-long -Wno-trigraphs -pipe -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
     1815TEMPLATE_VBOXLNX32GUESTR3EXE_CFLAGS            = -g -Wall -pedantic -Wno-long-long -Wno-trigraphs -pipe -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations $(VBOX_GCC_fno-stack-protector)
    18161816TEMPLATE_VBOXLNX32GUESTR3EXE_LDFLAGS           = # -static
    18171817TEMPLATE_VBOXLNX32GUESTR3EXE_LIBS              = # pthread m uuid rt dl
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