Commit ee777171 by Dave Brolley Committed by DJ Delorie

merge from src

From-SVN: r54766
parent 5ee924c2
2002-06-18 Dave Brolley <brolley@redhat.com>
* configure.in: Add support for frv.
* config.sub: Add support for frv.
2002-06-18 Phil Edwards <pme@gcc.gnu.org>
* configure: Remove garbage from previous commit.
......
......@@ -755,6 +755,12 @@ case "${target}" in
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
fi
;;
frv-*-*)
noconfigdirs="$noconfigdirs ${libgcj}"
if test x${is_cross_compiler} != xno ; then
target_configdirs="${target_configdirs} target-bsp target-cygmon"
fi
;;
h8300*-*-*)
noconfigdirs="$noconfigdirs target-libgloss"
;;
......
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