* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
This commit is contained in:
parent
6198decee3
commit
2ea968d3e1
|
@ -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-02-22 Jeff Johnston <jjohnstn@redhat.com>
|
2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* COPYING.NEWLIB: Remove DJ Delorie's address because it is no
|
* COPYING.NEWLIB: Remove DJ Delorie's address because it is no
|
||||||
|
|
|
@ -1542,6 +1542,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++ 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:
|
||||||
|
@ -1578,9 +1581,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++ 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…
Reference in New Issue