VirtualBox

Changeset 6575 in vbox


Ignore:
Timestamp:
Jan 29, 2008 5:01:27 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27628
Message:

No g++ for any of the guest stuff?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r6567 r6575  
    26932693# Template for building R3 programs for the guest additions.
    26942694#
     2695# For the time being, we force 32-bitness onto this and related
     2696# templates (BLD_TRG_ARCH). When we start doing 64-bit guest however,
     2697# they will be reverted to BUILD_TARGET_ARCH.
     2698#
    26952699TEMPLATE_VBOXGUESTR3EXE         = VBox Guest Program
    26962700ifeq ($(BUILD_TARGET),win)
     
    26982702else
    26992703TEMPLATE_VBOXGUESTR3EXE_EXTENDS = VBOXR3EXE
     2704TEMPLATE_VBOXGUESTR3EXE_TOOL   := $(subst XX,CC,$(TEMPLATE_VBOXR3EXE_TOOL))
    27002705endif
    27012706TEMPLATE_VBOXGUESTR3EXE_INST    = $(INST_ADDITIONS)
     
    27132718TEMPLATE_VBOXGUESTR3DLL          = VBox Guest User Dynamic Libraries
    27142719TEMPLATE_VBOXGUESTR3DLL_EXTENDS  = VBOXGUESTR3EXE
    2715 if1of ($(BUILD_TARGET),solaris)
    2716  TEMPLATE_VBOXGUESTR3DLL_TOOL    = $(VBOX_GCC_TOOL)
    2717 endif
    27182720ifn1of ($(BUILD_TARGET), os2 win)
    27192721 TEMPLATE_VBOXGUESTR3DLL_DEFS       = $(TEMPLATE_VBOXGUESTR3EXE_DEFS) PIC
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