This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

./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"
      ;;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]