VirtualBox

Changeset 85604 in vbox for trunk


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

/Config.kmk: Try use shared objects for .r0 modules on solaris too. Reduces the platform differences and preps for RTMemExecAlloc retirement. [build fix] bugref:9801

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r85603 r85604  
    46394639 #TEMPLATE_VBoxR0_LDFLAGS            = -r
    46404640 TEMPLATE_VBoxR0_LDFLAGS.solaris    = -u _init -u _info
     4641 TEMPLATE_VBoxR0_LDFLAGS.solaris.amd64 = -m64
     4642 TEMPLATE_VBoxR0_LDFLAGS.solaris.x86   = -m32
    46414643 TEMPLATE_VBoxR0_LIBS.solaris       = \
    46424644        $(PATH_STAGE_LIB)/RuntimeR0Stub$(VBOX_SUFF_LIB)
    4643  ifdef VBOX_GCC_USING_SOLARIS_AS
    4644   TEMPLATE_VBoxR0_CFLAGS.amd64 += -Wa,-xmodel=kernel
    4645   TEMPLATE_VBoxR0_CXXFLAGS.amd64 += -Wa,-xmodel=kernel
    4646  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
    46474649 # Solaris driver signing.
    46484650 TEMPLATE_VBoxR0_POST_CMDS          = $(VBOX_SIGN_DRIVER_CMDS)
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