2002-06-24 Ben Elliston <bje@redhat.com>
* configure.in (host_tools): Remove cgen. * Makefile.in (all-cgen): Remove; runs from its source directory. (check-cgen, install-cgen, clean-cgen): Likewise. (all-opcodes): No not depend on all-cgen. (all-sim): Likewise.
This commit is contained in:
parent
caaac2d1f4
commit
ced6a5288b
15
ChangeLog
15
ChangeLog
|
@ -1,13 +1,22 @@
|
||||||
|
2002-06-24 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
|
* configure.in (host_tools): Remove cgen.
|
||||||
|
|
||||||
|
* Makefile.in (all-cgen): Remove; runs from its source directory.
|
||||||
|
(check-cgen, install-cgen, clean-cgen): Likewise.
|
||||||
|
(all-opcodes): No not depend on all-cgen.
|
||||||
|
(all-sim): Likewise.
|
||||||
|
|
||||||
2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
|
2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
|
||||||
|
|
||||||
* configure.in: Fix AIX configury bug.
|
* configure.in: Fix AIX configury bug.
|
||||||
|
|
||||||
2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
|
2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
|
||||||
|
|
||||||
* configure.in: replace ${topsrcdir} with ${srcdir}
|
* configure.in: Replace ${topsrcdir} with ${srcdir}.
|
||||||
|
|
||||||
* configure.in: Move definition of libstdcxx_flags
|
* configure.in: Move definition of libstdcxx_flags right above
|
||||||
right above usage, rather than waaay earlier.
|
usage, rather than way earlier.
|
||||||
|
|
||||||
* configure.in: Pull definition of is_cross_compiler earlier.
|
* configure.in: Pull definition of is_cross_compiler earlier.
|
||||||
|
|
||||||
|
|
|
@ -535,7 +535,6 @@ ALL_MODULES = \
|
||||||
all-bison \
|
all-bison \
|
||||||
all-byacc \
|
all-byacc \
|
||||||
all-bzip2 \
|
all-bzip2 \
|
||||||
all-cgen \
|
|
||||||
all-cvssrc \
|
all-cvssrc \
|
||||||
all-db \
|
all-db \
|
||||||
all-dejagnu \
|
all-dejagnu \
|
||||||
|
@ -616,7 +615,6 @@ CROSS_CHECK_MODULES = \
|
||||||
check-bfd \
|
check-bfd \
|
||||||
check-binutils \
|
check-binutils \
|
||||||
check-bzip2 \
|
check-bzip2 \
|
||||||
check-cgen \
|
|
||||||
check-cvssrc \
|
check-cvssrc \
|
||||||
check-db \
|
check-db \
|
||||||
check-dejagnu \
|
check-dejagnu \
|
||||||
|
@ -689,7 +687,6 @@ INSTALL_MODULES = \
|
||||||
install-binutils \
|
install-binutils \
|
||||||
install-bison \
|
install-bison \
|
||||||
install-byacc \
|
install-byacc \
|
||||||
install-cgen \
|
|
||||||
install-cvssrc \
|
install-cvssrc \
|
||||||
install-db \
|
install-db \
|
||||||
install-dejagnu \
|
install-dejagnu \
|
||||||
|
@ -869,7 +866,6 @@ CLEAN_MODULES = \
|
||||||
clean-bison \
|
clean-bison \
|
||||||
clean-byacc \
|
clean-byacc \
|
||||||
clean-bzip2 \
|
clean-bzip2 \
|
||||||
clean-cgen \
|
|
||||||
clean-cvssrc \
|
clean-cvssrc \
|
||||||
clean-db \
|
clean-db \
|
||||||
clean-dejagnu \
|
clean-dejagnu \
|
||||||
|
@ -1714,7 +1710,6 @@ configure-target-bsp: $(ALL_GCC_C)
|
||||||
all-target-bsp: configure-target-bsp
|
all-target-bsp: configure-target-bsp
|
||||||
all-byacc:
|
all-byacc:
|
||||||
all-bzip2:
|
all-bzip2:
|
||||||
all-cgen: all-libiberty
|
|
||||||
all-cvssrc:
|
all-cvssrc:
|
||||||
configure-target-cygmon: $(ALL_GCC_C)
|
configure-target-cygmon: $(ALL_GCC_C)
|
||||||
all-target-cygmon: configure-target-cygmon all-target-libiberty all-target-libstub all-target-bsp
|
all-target-cygmon: configure-target-cygmon all-target-libiberty all-target-libstub all-target-bsp
|
||||||
|
@ -1781,7 +1776,7 @@ configure-target-newlib: $(ALL_GCC)
|
||||||
all-target-newlib: configure-target-newlib
|
all-target-newlib: configure-target-newlib
|
||||||
configure-target-libtermcap: $(ALL_GCC_C)
|
configure-target-libtermcap: $(ALL_GCC_C)
|
||||||
all-target-libtermcap: configure-target-libtermcap
|
all-target-libtermcap: configure-target-libtermcap
|
||||||
all-opcodes: all-bfd all-libiberty all-cgen
|
all-opcodes: all-bfd all-libiberty
|
||||||
all-patch: all-libiberty
|
all-patch: all-libiberty
|
||||||
all-perl:
|
all-perl:
|
||||||
all-prms: all-libiberty
|
all-prms: all-libiberty
|
||||||
|
@ -1794,7 +1789,7 @@ all-sed: all-libiberty
|
||||||
all-send-pr: all-prms
|
all-send-pr: all-prms
|
||||||
all-shellutils:
|
all-shellutils:
|
||||||
all-sid: all-tcl all-tk
|
all-sid: all-tcl all-tk
|
||||||
all-sim: all-libiberty all-bfd all-opcodes all-readline all-cgen
|
all-sim: all-libiberty all-bfd all-opcodes all-readline
|
||||||
all-snavigator: all-tcl all-tk all-itcl all-tix all-db all-grep all-libgui
|
all-snavigator: all-tcl all-tk all-itcl all-tix all-db all-grep all-libgui
|
||||||
all-tar: all-libiberty
|
all-tar: all-libiberty
|
||||||
all-tcl:
|
all-tcl:
|
||||||
|
|
|
@ -49,7 +49,7 @@ libstdcxx_version="target-libstdc++-v3"
|
||||||
# these tools are built for the host environment
|
# these tools are built for the host environment
|
||||||
# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
|
# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
|
||||||
# know that we are building the simulator.
|
# know that we are building the simulator.
|
||||||
host_tools="texinfo byacc flex bison binutils ld gas gcc cgen sid sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext zip fastjar"
|
host_tools="texinfo byacc flex bison binutils ld gas gcc sid sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext zip fastjar"
|
||||||
|
|
||||||
# libgcj represents the runtime libraries only used by gcj.
|
# libgcj represents the runtime libraries only used by gcj.
|
||||||
libgcj="target-libffi \
|
libgcj="target-libffi \
|
||||||
|
|
Loading…
Reference in New Issue