From: Alexandre Oliva Date: Sat, 9 Feb 2002 03:15:34 +0000 (+0000) Subject: Contribute sh64-elf. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20a5393bb62d943febbfabf52f03cd61e2cba0ee;p=binutils-gdb.git Contribute sh64-elf. 2000-12-01 Alexandre Oliva * configure.in: Added sh64-*-*. --- diff --git a/ChangeLog b/ChangeLog index ce8a9665e8a..b9df8cb1a49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-02-09 Alexandre Oliva + + Contribute sh64-elf. + 2000-12-01 Alexandre Oliva + * configure.in: Added sh64-*-*. + 2002-02-04 Jeff Johnston * COPYING.NEWLIB: Remove advertising clause from diff --git a/configure.in b/configure.in index a9219bb0b82..c533c442b49 100644 --- a/configure.in +++ b/configure.in @@ -904,6 +904,9 @@ case "${target}" in esac noconfigdirs="$noconfigdirs target-libgloss target-libffi" ;; + sh64-*-*) + noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" + ;; sparc-*-elf*) if [ x${is_cross_compiler} != xno ] ; then target_configdirs="${target_configdirs} target-libstub target-cygmon"