diff options
author | Alexey Neyman <stilor@att.net> | 2017-06-27 01:12:33 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:57:56 -0700 |
commit | bec14208a7a92461957ae31b7b2bd68543917ef0 (patch) | |
tree | d5262700acd0e7515f4f4217ddda0df0e8c15379 /packages/gmp | |
parent | 993b4acec54f02f3391fce6b56e0366304b79f01 (diff) | |
download | crosstool-ng-bec14208a7a92461957ae31b7b2bd68543917ef0.tar.gz crosstool-ng-bec14208a7a92461957ae31b7b2bd68543917ef0.tar.bz2 crosstool-ng-bec14208a7a92461957ae31b7b2bd68543917ef0.zip |
Builds comp.libs from VCS
... fails on DUMA because it cannot be compiled by newer C++, and patches
are not applied to checkouts from VCS.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/gmp')
-rw-r--r-- | packages/gmp/package.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gmp/package.desc b/packages/gmp/package.desc index a7ed6eff..eed0d3ca 100644 --- a/packages/gmp/package.desc +++ b/packages/gmp/package.desc @@ -1,3 +1,4 @@ repository='hg https://gmplib.org/repo/gmp/' +bootstrap='./.bootstrap' mirrors='https://gmplib.org/download/gmp $(CT_Mirrors GNU gmp)' milestones='5.1' |