From 0ecf7a657255369b2827f6c14cf92c21b3c4e2f1 Mon Sep 17 00:00:00 2001 From: schwab Date: Tue, 2 Dec 2008 16:39:27 +0000 Subject: [PATCH] * Makefile.def: configure-target-boehm-gc depends on all-target-libstdc++-v3. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142361 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 48 +++++++++++++++++++++++++++--------------------- Makefile.def | 3 ++- Makefile.in | 1 + 3 files changed, 30 insertions(+), 22 deletions(-) diff --git a/ChangeLog b/ChangeLog index 826f2d5a497..5158bde8e11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-02 Andreas Schwab + + * Makefile.def: configure-target-boehm-gc depends on + all-target-libstdc++-v3. + * Makefile.in: Regenerate. + 2008-12-02 Kai Tietz * MAINTAINERS: Add myself as mingw maintainer. @@ -80,11 +86,11 @@ 2008-11-04 Thomas Schwinge - * MAINTAINERS (Write after approval): Add myself. + * MAINTAINERS (Write after approval): Add myself. 2008-10-31 Mikael Morin - * MAINTAINERS (Write after approval): Add myself. + * MAINTAINERS (Write after approval): Add myself. 2008-10-31 Ben Elliston @@ -181,11 +187,11 @@ 2008-09-20 Steven Bosscher - * MAINTAINERS: Add myself in "Write After Approval". + * MAINTAINERS: Add myself in "Write After Approval". 2008-09-18 Steve Ellcey - * MAINTAINERS: Add myself as ia64 maintainer. + * MAINTAINERS: Add myself as ia64 maintainer. 2008-09-04 Gerald Pfeifer @@ -368,7 +374,7 @@ 2008-05-18 Xinliang David Li - * ChangeLog: Remove wrong ChangeLog entry. + * ChangeLog: Remove wrong ChangeLog entry. 2008-05-17 Xinliang David Li @@ -389,7 +395,7 @@ 2008-05-10 Paolo Carlini * MAINTAINERS: Update my email address. - + 2008-05-03 Kris Van Hees * MAINTAINERS (Write After Approval): Add myself. @@ -407,8 +413,8 @@ Sync with src: 2008-04-14 David S. Miller - * configure.ac: Add sparc*-*-* to gold supported targets. - * configure: Regenerate. + * configure.ac: Add sparc*-*-* to gold supported targets. + * configure: Regenerate. 2008-04-18 Paolo Bonzini @@ -418,14 +424,14 @@ 2008-04-18 Paolo Bonzini - * Makefile.tpl (restrap): Call `make all' using double-colon rules. - * Makefile.in: Regenerate. + * Makefile.tpl (restrap): Call `make all' using double-colon rules. + * Makefile.in: Regenerate. 2008-04-18 M R Swami Reddy - * configure.ac (cr16-*-*): Add case for cr16 target and include gdb + * configure.ac (cr16-*-*): Add case for cr16 target and include gdb as nonconfigurable directories list. - * configure: Regenerate. + * configure: Regenerate. 2008-04-14 Ben Elliston @@ -460,8 +466,8 @@ 2008-04-04 NightStrike PR other/35151 - * configure.ac: Combine rules for mingw32 and mingw64. - * configure: Regenerate. + * configure.ac: Combine rules for mingw32 and mingw64. + * configure: Regenerate. 2008-04-02 Kai Tietz @@ -506,9 +512,9 @@ * configure: Regenerate. Backport from upstream Libtool: - + 2007-10-12 Eric Blake - + Deal with Autoconf 2.62's semantic change in m4_append. * ltsugar.m4 (lt_append): Replace broken versions of m4_append. @@ -795,7 +801,7 @@ * Makefile.def: Add libgomp config as a maybe dependency for libstdc++. * configure: Regenerate. * Makefile.in: Regenerate. - + 2007-09-17 Andreas Schwab * configure.ac: Raise minimum makeinfo version to 4.6. @@ -987,13 +993,13 @@ * configure.ac: Likewise. * Makefile.in: Regenerate. * configure: Regenerate. - + 2007-06-28 DJ Delorie * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're not building newlib. * configure: Regenerated. - + 2007-06-28 Jan Sjodin * MAINTAINERS (Write After Approval): Add myself. @@ -1172,7 +1178,7 @@ 2007-04-04 Christian Bruel * MAINTAINERS (Write After Approval): Add myself. - + 2007-04-02 Dave Korn * MAINTAINERS (Write After Approval): Add myself. @@ -1184,7 +1190,7 @@ 2007-03-28 Dwarakanath Rajagopal * MAINTAINERS (Write After Approval): Add myself. - + 2007-03-24 Ayal Zaks * MAINTAINERS (Modulo Scheduler): Add myself. diff --git a/Makefile.def b/Makefile.def index b5e38151e3a..dea795ac895 100644 --- a/Makefile.def +++ b/Makefile.def @@ -4,7 +4,7 @@ AutoGen definitions Makefile.tpl; // Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'. // This file was originally written by Nathanael Nerode. // -// Copyright 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation +// Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation // // This file is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -496,6 +496,7 @@ lang_env_dependencies = { module=libgcc; no_gcc=true; no_c=true; }; lang_env_dependencies = { module=libiberty; no_c=true; }; dependencies = { module=configure-target-boehm-gc; on=configure-target-qthreads; }; +dependencies = { module=configure-target-boehm-gc; on=all-target-libstdc++-v3; }; dependencies = { module=configure-target-fastjar; on=configure-target-zlib; }; dependencies = { module=all-target-fastjar; on=all-target-zlib; }; dependencies = { module=all-target-fastjar; on=all-target-libiberty; }; diff --git a/Makefile.in b/Makefile.in index 0f235fd740c..ab03aabc5b2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -55703,6 +55703,7 @@ all-send-pr: maybe-all-prms all-tar: maybe-all-build-texinfo all-uudecode: maybe-all-build-texinfo configure-target-boehm-gc: maybe-configure-target-qthreads +configure-target-boehm-gc: maybe-all-target-libstdc++-v3 configure-target-fastjar: maybe-configure-target-zlib all-target-fastjar: maybe-all-target-zlib all-target-fastjar: maybe-all-target-libiberty -- 2.11.0