summaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose/files/extrapatch-src-recompiler-Makefile.kmk
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2014-03-28 23:35:31 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2014-03-28 23:35:31 +0000
commit5470a075ae2d397bc76901eac95732f987ef93a2 (patch)
tree6dc3fbdd44cfda15522541dbca53afb4772b18d8 /emulators/virtualbox-ose/files/extrapatch-src-recompiler-Makefile.kmk
parent- Stage support (diff)
- 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.
Diffstat (limited to 'emulators/virtualbox-ose/files/extrapatch-src-recompiler-Makefile.kmk')
-rw-r--r--emulators/virtualbox-ose/files/extrapatch-src-recompiler-Makefile.kmk10
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose/files/extrapatch-src-recompiler-Makefile.kmk b/emulators/virtualbox-ose/files/extrapatch-src-recompiler-Makefile.kmk
new file mode 100644
index 000000000000..cb720f90e1ff
--- /dev/null
+++ b/emulators/virtualbox-ose/files/extrapatch-src-recompiler-Makefile.kmk
@@ -0,0 +1,10 @@
+--- 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