VirtualBox

Changeset 51165 in vbox


Ignore:
Timestamp:
Apr 29, 2014 1:24:23 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93517
Message:

VMM: remove linker entrypoints for relocatable VMMR0,tstLdrObj objects (causes problems with Solaris GCC 4.5.2 and newer)

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/Makefile.kmk

    r50456 r51165  
    346346        $(PATH_STAGE_LIB)/VMMRCBuiltin$(VBOX_SUFF_LIB)
    347347 endif # PE
    348  ifeq ($(VBOX_LDR_FMT32),elf)
    349  tstLdrObj_LDFLAGS = -e Entrypoint
    350  endif
    351348 ifeq ($(VBOX_LDR_FMT32),lx)
    352349 tstLdrObj_LIBS += \
     
    386383        $(PATH_STAGE_LIB)/SUPR0$(VBOX_SUFF_LIB) \
    387384        $(TARGET_tstLdr-4Imp)
    388 endif
    389 ifeq ($(VBOX_LDR_FMT),elf)
    390  tstLdrObjR0_LDFLAGS = -e Entrypoint
    391385endif
    392386ifeq ($(VBOX_LDR_FMT),lx)
  • trunk/src/VBox/VMM/Makefile.kmk

    r50994 r51165  
    537537 VMMR0_DEFS.win.amd64  = VBOX_WITH_KERNEL_USING_XMM
    538538
    539  ifeq ($(VBOX_LDR_FMT),elf)
    540   VMMR0_LDFLAGS  = -e VMMR0EntryEx
    541  endif
    542539 VMMR0_INCS      = \
    543540        include \
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