diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 6 |
2 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,8 @@ +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. diff --git a/configure.in b/configure.in index 5962337..1c5f712 100644 --- a/configure.in +++ b/configure.in @@ -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" ;; |