From bfde1aeb9b1b676222b2f9abc9765d0a7b137e22 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 2 May 2016 19:21:46 +0000 Subject: [PATCH] add info about using pre-installed gmp/mpc/mpfr to config.mak.dist --- config.mak.dist | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.mak.dist b/config.mak.dist index 4469423..d518178 100644 --- a/config.mak.dist +++ b/config.mak.dist @@ -25,11 +25,16 @@ # By default, latest supported release versions of musl and the toolchain # components are used. You can override those here, but the version selected # must be supported (under hashes/ and patches/) to work. For musl, you -# can use "git-refname" (e.g. git-master) instead of a release. +# can use "git-refname" (e.g. git-master) instead of a release. Setting a +# blank version for gmp, mpc, and mpfr will suppress download and in-tree +# build of these libraries and instead depend on pre-installed libraries. # BINUTILS_VER = 2.25.1 # GCC_VER = 5.2.0 # MUSL_VER = git-master +# GMP_VER = +# MPC_VER = +# MPFR_VER = # Recommended options for faster/simpler build: