diff options
Diffstat (limited to 'emulators/virtualbox-ose-legacy/files/patch-src-recompiler-Makefile.kmk')
-rw-r--r-- | emulators/virtualbox-ose-legacy/files/patch-src-recompiler-Makefile.kmk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-recompiler-Makefile.kmk b/emulators/virtualbox-ose-legacy/files/patch-src-recompiler-Makefile.kmk new file mode 100644 index 000000000000..f58e3edcd791 --- /dev/null +++ b/emulators/virtualbox-ose-legacy/files/patch-src-recompiler-Makefile.kmk @@ -0,0 +1,10 @@ +--- src/recompiler/Makefile.kmk.orig 2020-05-13 19:46:49 UTC ++++ src/recompiler/Makefile.kmk +@@ -41,6 +41,7 @@ endif + # + 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 |