mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 23:34:02 +08:00
* Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap, and restrap. * Makefile.in: Regenerate. * configure.in (arm-*-netbsdelf*): Enable building java libraries. * configure: Regenerated.
This commit is contained in:
parent
627bf7c1c7
commit
5b474aa89a
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
|||||||
|
2003-04-17 Phil Edwards <pme@gcc.gnu.org>
|
||||||
|
|
||||||
|
* Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
|
||||||
|
previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
|
||||||
|
and restrap.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
|
2003-04-16 Richard Earnshaw <rearnsha@arm.com>
|
||||||
|
|
||||||
|
* configure.in (arm-*-netbsdelf*): Enable building java libraries.
|
||||||
|
* configure: Regenerated.
|
||||||
|
|
||||||
2003-04-11 Alexandre Oliva <aoliva@redhat.com>
|
2003-04-11 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
|
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
|
||||||
|
@ -7264,8 +7264,9 @@ all-gcc: configure-gcc
|
|||||||
# In theory, on an SMP all those dependencies can be resolved
|
# In theory, on an SMP all those dependencies can be resolved
|
||||||
# in parallel.
|
# in parallel.
|
||||||
#
|
#
|
||||||
.PHONY: bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean bubblestrap quickstrap cleanstrap restrap
|
GCC_STRAP_TARGETS = bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean bubblestrap quickstrap cleanstrap restrap
|
||||||
bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean bubblestrap quickstrap cleanstrap restrap: all-bootstrap configure-gcc
|
.PHONY: $(GCC_STRAP_TARGETS)
|
||||||
|
$(GCC_STRAP_TARGETS): all-bootstrap configure-gcc
|
||||||
@r=`${PWD}`; export r; \
|
@r=`${PWD}`; export r; \
|
||||||
s=`cd $(srcdir); ${PWD}`; export s; \
|
s=`cd $(srcdir); ${PWD}`; export s; \
|
||||||
$(SET_LIB_PATH) \
|
$(SET_LIB_PATH) \
|
||||||
|
@ -1189,8 +1189,9 @@ all-gcc: configure-gcc
|
|||||||
# In theory, on an SMP all those dependencies can be resolved
|
# In theory, on an SMP all those dependencies can be resolved
|
||||||
# in parallel.
|
# in parallel.
|
||||||
#
|
#
|
||||||
.PHONY: bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean bubblestrap quickstrap cleanstrap restrap
|
GCC_STRAP_TARGETS = bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean bubblestrap quickstrap cleanstrap restrap
|
||||||
bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean bubblestrap quickstrap cleanstrap restrap: all-bootstrap configure-gcc
|
.PHONY: $(GCC_STRAP_TARGETS)
|
||||||
|
$(GCC_STRAP_TARGETS): all-bootstrap configure-gcc
|
||||||
@r=`${PWD}`; export r; \
|
@r=`${PWD}`; export r; \
|
||||||
s=`cd $(srcdir); ${PWD}`; export s; \
|
s=`cd $(srcdir); ${PWD}`; export s; \
|
||||||
$(SET_LIB_PATH) \
|
$(SET_LIB_PATH) \
|
||||||
|
1
configure
vendored
1
configure
vendored
@ -1009,6 +1009,7 @@ case "${target}" in
|
|||||||
# Skip some stuff that's unsupported on some NetBSD configurations.
|
# Skip some stuff that's unsupported on some NetBSD configurations.
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
i*86-*-netbsdelf*) ;;
|
i*86-*-netbsdelf*) ;;
|
||||||
|
arm*-*-netbsdelf*) ;;
|
||||||
*)
|
*)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
;;
|
;;
|
||||||
|
@ -349,6 +349,7 @@ case "${target}" in
|
|||||||
# Skip some stuff that's unsupported on some NetBSD configurations.
|
# Skip some stuff that's unsupported on some NetBSD configurations.
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
i*86-*-netbsdelf*) ;;
|
i*86-*-netbsdelf*) ;;
|
||||||
|
arm*-*-netbsdelf*) ;;
|
||||||
*)
|
*)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user