mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Make an as-is copy of llvm14 as devel/llvm15. It will be updated to LLVM 15 and connected to the build in the next commit. This makes it easier to see what has changed.
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%%
|