mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
Notable *port* changes (vs devel/llvm11): - Switch to single llvm-project distfile. This simplifies the port and support for the old style build process is rotting upstream after the mono-repo conversion. - Disable libedit dependency in libLLVM (still used by LLDB). This is one small step toward a dependency-less clang. - LLDB docs are disabled due to issues finding python includes when autogenerating API docs. Sponsored by: DARPA
6 lines
193 B
Makefile
6 lines
193 B
Makefile
XCC=%%LOCALBASE%%/bin/%%XCC%%
|
|
XCXX=%%LOCALBASE%%/bin/%%XCXX%%
|
|
XCPP=%%LOCALBASE%%/bin/%%XCPP%%
|
|
XLD=%%LOCALBASE%%/bin/%%XLD%%
|
|
CROSS_BINUTILS_PREFIX=/var/empty
|
|
X_COMPILER_TYPE=%%X_COMPILER_TYPE%%
|