Commit 6b65a26d by Catherine Moore Committed by Catherine Moore

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

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

From-SVN: r104820
parent 5116a5d2
2005-09-30 Catherine Moore <clm@cm00re.com>
* configure.in (bfin-*-*): New.
* configure: Regenerated.
2005-09-28 Geoffrey Keating <geoffk@apple.com> 2005-09-28 Geoffrey Keating <geoffk@apple.com>
* Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP. * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -496,6 +496,12 @@ case "${target}" in ...@@ -496,6 +496,12 @@ case "${target}" in
avr-*-*) avr-*-*)
noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}" 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-*-*) c4x-*-* | tic4x-*-*)
noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}" noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment