don't build libgcj dirs for Xtensa targets

Bob Wilson bwilson@tensilica.com
Thu Jul 10 05:01:00 GMT 2003


libffi has not been ported to Xtensa targets, and apparently it is
needed to build libgcj.  This patch changes the top-level configure
script to skip libgcj for Xtensa targets.  This seems pretty standard
for embedded targets.

Tested with an xtensa-linux build of binutils and gcc and committed on
the mainlines for gcc and src.


2003-07-09  Bob Wilson  <bob.wilson@acm.org>

        * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-*
targets.
        * configure: Regenerate.
-------------- next part --------------
Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.243
diff -c -3 -r1.243 configure.in
*** configure.in	27 Jun 2003 17:33:51 -0000	1.243
--- configure.in	10 Jul 2003 04:52:14 -0000
***************
*** 709,714 ****
--- 709,717 ----
    vax-*-*)
      noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
      ;;
+   xtensa-*-*)
+     noconfigdirs="$noconfigdirs ${libgcj}"
+     ;;
    ip2k-*-*)
      noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
      ;;


More information about the Binutils mailing list