VirtualBox

Changeset 41683 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Jun 13, 2012 1:01:05 PM (13 years ago)
Author:
vboxsync
Message:

Additions/common/VBoxGuest: make the Solaris module linkable with GNU ld on a Linux build host.

Location:
trunk/src/VBox/Additions/common/VBoxGuest
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk

    r41477 r41683  
    5252 VBoxGuest_INCS.freebsd  = $(VBoxGuest_0_OUTDIR) $(PATH_STAGE)/gen-sys-hdrs
    5353 VBoxGuest_INCS.linux    = ../../../Runtime/r0drv/linux
    54  VBoxGuest_LDFLAGS.solaris += -N misc/ctf
     54 ifeq ($(KBUILD_HOST),solaris)
     55  VBoxGuest_LDFLAGS.solaris += -N misc/ctf
     56 else
     57  VBoxGuest_SOURCES.solaris = solaris/deps.s
     58  solaris/deps.s_ASFLAGS    = -f bin -g null
     59 endif
    5560 ifneq ($(KBUILD_TARGET),os2)
    5661  ifeq ($(KBUILD_TARGET),win)
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