Changeset 61209 in vbox
- Timestamp:
- May 26, 2016 1:11:45 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107498
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/Makefile.kmk
r61119 r61209 79 79 VBoxCompilerPlugInsGcc.o VBoxCompilerPlugInsCommon.o VBoxCompilerPlugIns.o gccplugin: gccplugin$(SUFF_DLL) 80 80 gccplugin$(SUFF_DLL): VBoxCompilerPlugInsGcc.cpp VBoxCompilerPlugInsCommon.cpp VBoxCompilerPlugIns.h 81 $(TOOL_G CC3_CXX) -shared -fPIC -g \81 $(TOOL_GXX3_CXX) -shared -fPIC -g \ 82 82 -DIN_RING3 \ 83 83 $(if-expr "$(KBUILD_TYPE)" != "release",-DDEBUG,) \ 84 -I$(shell $(TOOL_G CC3_CC) -print-file-name=plugin)/include \84 -I$(shell $(TOOL_GXX3_CXX) -print-file-name=plugin)/include \ 85 85 -I$(PATH_ROOT)/include \ 86 86 $(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.