configure.in (bfin-*-*): New.

* configure.in (bfin-*-*): New.
	* configure: Regenerated.

From-SVN: r104820
This commit is contained in:
Catherine Moore 2005-09-30 16:09:35 +00:00 committed by Catherine Moore
parent 5116a5d2ab
commit 6b65a26d24
3 changed files with 4435 additions and 1942 deletions

View File

@ -1,3 +1,8 @@
2005-09-30 Catherine Moore <clm@cm00re.com>
* configure.in (bfin-*-*): New.
* configure: Regenerated.
2005-09-28 Geoffrey Keating <geoffk@apple.com>
* Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.

6366
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -496,6 +496,12 @@ case "${target}" in
avr-*-*)
noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
;;
bfin-*-*)
noconfigdirs="$noconfigdirs target-libgloss gdb"
if [ x${is_cross_compiler} != xno ] ; then
target_configdirs="${target_configdirs} target-bsp target-cygmon"
fi
;;
c4x-*-* | tic4x-*-*)
noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
;;