ports/emulators/virtualbox-ose/files/extrapatch-src-recompiler-Makefile.kmk
Jung-uk Kim 5470a075ae - Update to 4.3.10.
- Build with base C/C++ compiler, i.e., clang on 10.0+, as much as we can
to remove GCC run-time dependency and to reduce possible C++ ABI conflicts.
2014-03-28 23:35:31 +00:00

10 lines
425 B
Text

--- src/recompiler/Makefile.kmk.orig 2013-11-29 14:25:09.000000000 -0500
+++ src/recompiler/Makefile.kmk 2013-12-13 14:23:11.000000000 -0500
@@ -41,6 +41,7 @@
#
ifneq ($(KBUILD_TARGET),win)
VBoxRemPrimary_TEMPLATE = VBOXR3NP
+ VBoxRemPrimary_TOOL.freebsd = VBoxGccFreeBSD
# workaround the regparm bug in gcc <= 3.3
VBoxRemPrimary_DEFS = $(if $(VBOX_GCC_BUGGY_REGPARM),GCC_WITH_BUGGY_REGPARM,)
else