aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2015-06-24 03:27:36 +0800
committered <ed@FreeBSD.org>2015-06-24 03:27:36 +0800
commitf407805fd96d73d0956ed5e2ee6c166fdd678791 (patch)
treedfe4d49ed2a4c6295014173c56d76346c9d05f8a /devel/Makefile
parentede2bb7d9d8fcbaeeeda017007d81dbba746591c (diff)
downloadfreebsd-ports-graphics-f407805fd96d73d0956ed5e2ee6c166fdd678791.tar.gz
freebsd-ports-graphics-f407805fd96d73d0956ed5e2ee6c166fdd678791.tar.zst
freebsd-ports-graphics-f407805fd96d73d0956ed5e2ee6c166fdd678791.zip
Add devel/cloudabi-compiler-rt.
This is the last port that is needed to have a working C toolchain for CloudABI. C++ still requires libc++, libc++abi and libunwind. These will be added later. As mentioned in the comments, we don't use CMake to build compiler-rt, as this is too hard in this specific instance. CMake sort of depends on compiler-rt to be present, which is a bit weird. Differential Revision: https://reviews.freebsd.org/D2892 Reviewed by: bapt
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 5857f2b7dcb..23f91db8811 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -250,6 +250,7 @@
SUBDIR += clojure-cider
SUBDIR += cloudabi-binutils
SUBDIR += cloudabi-cloudlibc
+ SUBDIR += cloudabi-compiler-rt
SUBDIR += cmake
SUBDIR += cmake-fedora
SUBDIR += cmake-gui