aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2013-01-09 15:00:41 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2013-01-09 07:00:41 -0800
commit458752def198a1a663152609b4027fe08224b6f8 (patch)
treee4f1f7519c5725b542cb6de975817df11307ab18 /ChangeLog
parentcc83c823a2be3dc48f011c07c9e407af0a7974c0 (diff)
downloadgcc-458752def198a1a663152609b4027fe08224b6f8.zip
gcc-458752def198a1a663152609b4027fe08224b6f8.tar.gz
gcc-458752def198a1a663152609b4027fe08224b6f8.tar.bz2
Build gmp before configuring gcc
* Makefile.def (configure-gcc): Depend on all-gmp. (all-gcc): Remove dependency on all-gmp. * Makefile.in: Regenerated. From-SVN: r195052
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fa5f63..aaf374d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
+
+ * Makefile.def (configure-gcc): Depend on all-gmp.
+ (all-gcc): Remove dependency on all-gmp.
+ * Makefile.in: Regenerated.
+
2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* config.sub: Merge from config repo.