mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
- 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.
10 lines
425 B
Text
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
|