VirtualBox

Changeset 61082 in vbox


Ignore:
Timestamp:
May 20, 2016 8:23:37 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107349
Message:

some gcc compilers don't understand -fno-pie

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r61080 r61082  
    25832583        $(QUIET)$(APPEND) '$@' 'VBOX_GCC_fno-stack-protector   ?= $(call VBOX_GCC_CHECK_CC,-fno-stack-protector,)'
    25842584        $(QUIET)$(APPEND) '$@' 'VBOX_GCC_fno-dwarf2-cfi-asm    ?= $(call VBOX_GCC_CHECK_CC,-fno-dwarf2-cfi-asm,)'
     2585        $(QUIET)$(APPEND) '$@' 'VBOX_GCC_fno-pie               ?= $(call VBOX_GCC_CHECK_CC,-fno-pie,)'
    25852586        $(QUIET)$(APPEND) '$@' 'VBOX_GCC_fdiagnostics-show-option ?= $(call VBOX_GCC_CHECK_CC,-fdiagnostics-show-option,)'
    25862587# Produce code optimized for the most common IA32/AMD64/EM64T processors. Introduced with gcc version 4.2.
  • trunk/src/VBox/VMM/testcase/Makefile.kmk

    r61080 r61082  
    358358tstX86-1_SOURCES        = tstX86-1.cpp tstX86-1A.asm
    359359tstX86-1_LIBS           = $(LIB_RUNTIME)
    360 tstX86-1_LDFLAGS.linux  = -no-pie
     360tstX86-1_LDFLAGS.linux  = $(VBOX_GCC_fno-pie)
    361361
    362362tstX86-FpuSaveRestore_TEMPLATE = VBOXR3TSTEXE
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette