VirtualBox

Changeset 85605 in vbox for trunk


Ignore:
Timestamp:
Aug 4, 2020 12:23:47 PM (4 years ago)
Author:
vboxsync
Message:

/Config.kmk: Postpone using shared objects for .r0 on solaris. bugref:9801

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r85604 r85605  
    46374637 endif
    46384638 ifeq ($(KBUILD_TARGET),solaris)
    4639  #TEMPLATE_VBoxR0_LDFLAGS            = -r
     4639 TEMPLATE_VBoxR0_LDFLAGS            = -r
    46404640 TEMPLATE_VBoxR0_LDFLAGS.solaris    = -u _init -u _info
    46414641 TEMPLATE_VBoxR0_LDFLAGS.solaris.amd64 = -m64
     
    46434643 TEMPLATE_VBoxR0_LIBS.solaris       = \
    46444644        $(PATH_STAGE_LIB)/RuntimeR0Stub$(VBOX_SUFF_LIB)
    4645  #ifdef VBOX_GCC_USING_SOLARIS_AS
    4646  # TEMPLATE_VBoxR0_CFLAGS.amd64 += -Wa,-xmodel=kernel
    4647  # TEMPLATE_VBoxR0_CXXFLAGS.amd64 += -Wa,-xmodel=kernel
    4648  #endif
     4645 ifdef VBOX_GCC_USING_SOLARIS_AS
     4646  TEMPLATE_VBoxR0_CFLAGS.amd64 += -Wa,-xmodel=kernel
     4647  TEMPLATE_VBoxR0_CXXFLAGS.amd64 += -Wa,-xmodel=kernel
     4648 endif
    46494649 # Solaris driver signing.
    46504650 TEMPLATE_VBoxR0_POST_CMDS          = $(VBOX_SIGN_DRIVER_CMDS)
     
    46544654 TEMPLATE_VBoxR0_LD_DEBUG           = split
    46554655 endif
    4656  if1of ($(KBUILD_TARGET), linux solaris)
     4656 if1of ($(KBUILD_TARGET), linux)
    46574657VBOX_WITH_VBOXR0_AS_DLL = 1
    46584658TEMPLATE_VBoxR0_DLLSUFF             = .r0
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