* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
From-SVN: r40311
This commit is contained in:
parent
cf30ef8072
commit
c9a54638a4
@ -1,3 +1,7 @@
|
|||||||
|
2001-03-08 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
|
||||||
|
|
||||||
2001-03-07 Tom Tromey <tromey@redhat.com>
|
2001-03-07 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* configure.in: Allow config-lang.in to set `lang_requires' to list
|
* configure.in: Allow config-lang.in to set `lang_requires' to list
|
||||||
|
@ -1550,6 +1550,9 @@ install-dosrel: installdirs info
|
|||||||
|
|
||||||
install-dosrel-fake:
|
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.
|
# This is a list of inter-dependencies among modules.
|
||||||
all-apache:
|
all-apache:
|
||||||
@ -1586,9 +1589,6 @@ all-flex: all-libiberty all-bison all-byacc
|
|||||||
all-gas: all-libiberty all-opcodes all-bfd all-intl
|
all-gas: all-libiberty all-opcodes all-bfd all-intl
|
||||||
all-gash: all-tcl
|
all-gash: all-tcl
|
||||||
all-gawk:
|
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-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
|
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
|
GDB_TK = all-tk all-tcl all-itcl all-tix all-libgui
|
||||||
|
Loading…
x
Reference in New Issue
Block a user