add info about using pre-installed gmp/mpc/mpfr to config.mak.dist
This commit is contained in:
parent
2d0015f547
commit
bfde1aeb9b
|
@ -25,11 +25,16 @@
|
||||||
# By default, latest supported release versions of musl and the toolchain
|
# By default, latest supported release versions of musl and the toolchain
|
||||||
# components are used. You can override those here, but the version selected
|
# components are used. You can override those here, but the version selected
|
||||||
# must be supported (under hashes/ and patches/) to work. For musl, you
|
# 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
|
# BINUTILS_VER = 2.25.1
|
||||||
# GCC_VER = 5.2.0
|
# GCC_VER = 5.2.0
|
||||||
# MUSL_VER = git-master
|
# MUSL_VER = git-master
|
||||||
|
# GMP_VER =
|
||||||
|
# MPC_VER =
|
||||||
|
# MPFR_VER =
|
||||||
|
|
||||||
# Recommended options for faster/simpler build:
|
# Recommended options for faster/simpler build:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue