remove patch for MUSL_DEFAULT_VERSION

Signed-off-by: Trammell Hudson <trammell.hudson@twosigma.com>
This commit is contained in:
Jason Blackwell 2017-01-30 19:00:53 -06:00 committed by Trammell Hudson
parent 53bb0b0ac7
commit 2f2d68755f
Failed to extract signature

View File

@ -26,15 +26,3 @@ diff -r c004067a7b34 config.sh
+
+# Build GMP, MPFR and MPC
+GCC_BUILTIN_PREREQS=yes
diff -r c004067a7b34 defs.sh
--- a/defs.sh Sun Oct 02 20:51:04 2016 -0400
+++ b/defs.sh Fri Jan 27 17:47:25 2017 -0500
@@ -46,7 +46,7 @@
# musl can optionally be checked out from GIT, in which case MUSL_VERSION must
# be set to a git tag and MUSL_GIT set to yes in config.sh
-MUSL_DEFAULT_VERSION=1.1.12
+MUSL_DEFAULT_VERSION=1.1.15
MUSL_GIT_VERSION=615629bd6fcd6ddb69ad762e679f088c7bd878e2
MUSL_GIT_REPO='git://repo.or.cz/musl.git'
MUSL_VERSION="$MUSL_DEFAULT_VERSION"