This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
./configure.in: frv support merged from binutils
- From: DJ Delorie <dj at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 18 Jun 2002 17:59:16 -0400
- Subject: ./configure.in: frv support merged from binutils
2002-06-18 Dave Brolley <brolley@redhat.com>
* configure.in: Add support for frv.
* config.sub: Add support for frv.
Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.153
diff -p -3 -r1.153 configure.in
*** configure.in 9 Jun 2002 01:34:39 -0000 1.153
--- configure.in 18 Jun 2002 21:58:16 -0000
*************** case "${target}" in
*** 755,760 ****
--- 755,766 ----
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"
;;