VirtualBox

Changeset 61119 in vbox for trunk/src


Ignore:
Timestamp:
May 23, 2016 9:52:14 AM (9 years ago)
Author:
vboxsync
Message:

gccplugin: s/gcc/$(TOOL_GCC3_CC)/ and s/g++/$(TOOL_GCC3_CXX)/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/Makefile.kmk

    r59404 r61119  
    7979VBoxCompilerPlugInsGcc.o VBoxCompilerPlugInsCommon.o VBoxCompilerPlugIns.o gccplugin: gccplugin$(SUFF_DLL)
    8080gccplugin$(SUFF_DLL): VBoxCompilerPlugInsGcc.cpp VBoxCompilerPlugInsCommon.cpp VBoxCompilerPlugIns.h
    81         g++ -shared -fPIC -g \
     81        $(TOOL_GCC3_CXX) -shared -fPIC -g \
    8282                -DIN_RING3 \
    8383                $(if-expr "$(KBUILD_TYPE)" != "release",-DDEBUG,) \
    84                 -I$(shell gcc -print-file-name=plugin)/include \
     84                -I$(shell $(TOOL_GCC3_CC) -print-file-name=plugin)/include \
    8585                -I$(PATH_ROOT)/include \
    8686                $(if-expr "$(KBUILD_HOST)" == "solaris", -I/usr/include/gmp -I$(PATH_ROOT)/src/bldprogs/solgcc/,) \
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