This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

don't build libgcj dirs for Xtensa targets


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

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