2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>

* Makefile.tpl: Make more autoconf-friendly.
	* Makefile.in: Regenerate.
	* configure: Make substitution more autoconf-like.

2002-09-28  Richard Earnshaw  <rearnsha@arm.com>

	* configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
	single entry to handle all these.
	(arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
	libjava on arm-*-elf.
This commit is contained in:
Nathanael Nerode
2002-09-29 15:59:34 +00:00
parent 8939621045
commit f03b47896d
5 changed files with 70 additions and 116 deletions

View File

@ -184,8 +184,7 @@ RUNTEST = `if [ -f $$s/dejagnu/runtest ] ; \
CC_FOR_BUILD = $(CC)
CXX_FOR_BUILD = $(CXX)
SUBDIRS = "this is set via configure, don't edit this"
OTHERS =
SUBDIRS = @configdirs@
# This is set by the configure script to the list of directories which
# should be built using the target tools.