aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-11-17 17:45:41 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-11-17 17:45:41 +0000
commitc440d5d58ddef2975d0630bcb0e757d7e697496e (patch)
treef3f4b090ec3dda978f4d31a03aca2e4177be05c6 /ChangeLog
parent049cc4855ac09222a460418c9bce589cd12f7294 (diff)
downloadglibc-c440d5d58ddef2975d0630bcb0e757d7e697496e.zip
glibc-c440d5d58ddef2975d0630bcb0e757d7e697496e.tar.gz
glibc-c440d5d58ddef2975d0630bcb0e757d7e697496e.tar.bz2
Actually use newly built host libraries in build-many-glibcs.py.
This patch adds the missing GCC configure options required to make use of the newly built host libraries in build-many-glibcs.py. * scripts/build-many-glibcs.py (Config.build_gcc): Configure with newly built gmp, mpfr and mpc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3b4844..721ea68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2016-11-17 Joseph Myers <joseph@codesourcery.com>
+ * scripts/build-many-glibcs.py (Config.build_gcc): Configure with
+ newly built gmp, mpfr and mpc.
+
* sysdeps/unix/sysv/linux/alpha/sys/user.h: Include <stddef.h>.
2016-11-16 Joseph Myers <joseph@codesourcery.com>