aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-02-25 18:18:26 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-02-25 18:18:26 +0000
commit9a0c608b30626c586561441715c67115988339ff (patch)
treeca308fbe95e5d28e6d77f7287e3c66fa47195db7 /lang/Makefile
parentf827f03fb1fe53e09dc211eed31c4f184a4b1262 (diff)
downloadports-9a0c608b30626c586561441715c67115988339ff.tar.gz
ports-9a0c608b30626c586561441715c67115988339ff.zip
New port: lang/rust-bootstrap
This port creates the required bootstrap compilers for building the next version of lang/rust. Thanks to garga, mikael, pkubaj for test building lang/rust with the generated bootstraps. Approved by: portmgr (mat, flavors) Differential Revision: https://reviews.freebsd.org/D23133
Notes
Notes: svn path=/head/; revision=527099
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index c6497d380fa5..c2d03152d5e1 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -317,6 +317,7 @@
SUBDIR += ruby27
SUBDIR += runawk
SUBDIR += rust
+ SUBDIR += rust-bootstrap
SUBDIR += rust-nightly
SUBDIR += sagittarius-scheme
SUBDIR += sather-specification