This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Set ALL_GCC_* earlier in the top-level Makefile
- To: gcc-patches at gcc dot gnu dot org
- Subject: Set ALL_GCC_* earlier in the top-level Makefile
- From: Alexandre Oliva <aoliva at redhat dot com>
- Date: 08 Mar 2001 02:40:13 -0300
- Organization: GCC Team, Red Hat
Surprisingly, this made a difference: before, boehm-gc could be
configured in parallel with libstdc++-v3, so it wouldn't get the right
header flags. I'm checking this in head and branch.
Index: ChangeLog
from Alexandre Oliva <aoliva@redhat.com>
* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/egcs/Makefile.in,v
retrieving revision 1.73
diff -u -p -r1.73 Makefile.in
--- Makefile.in 2001/03/07 19:05:21 1.73
+++ Makefile.in 2001/03/08 05:37:42
@@ -1550,6 +1550,9 @@ install-dosrel: installdirs info
install-dosrel-fake:
+ALL_GCC = all-gcc
+ALL_GCC_C = $(ALL_GCC) all-target-newlib all-target-libgloss
+ALL_GCC_CXX = $(ALL_GCC_C) all-target-libstdc++-v3
# This is a list of inter-dependencies among modules.
all-apache:
@@ -1586,9 +1589,6 @@ all-flex: all-libiberty all-bison all-by
all-gas: all-libiberty all-opcodes all-bfd all-intl
all-gash: all-tcl
all-gawk:
-ALL_GCC = all-gcc
-ALL_GCC_C = $(ALL_GCC) all-target-newlib all-target-libgloss
-ALL_GCC_CXX = $(ALL_GCC_C) all-target-libstdc++-v3
all-gcc: all-bison all-byacc all-binutils all-gas all-ld all-zlib
all-bootstrap: all-libiberty all-texinfo all-bison all-byacc all-binutils all-gas all-ld all-zlib
GDB_TK = all-tk all-tcl all-itcl all-tix all-libgui
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me