public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* don't build libgcj dirs for Xtensa targets
@ 2003-07-10  5:01 Bob Wilson
  0 siblings, 0 replies; only message in thread
From: Bob Wilson @ 2003-07-10  5:01 UTC (permalink / raw)
  To: gcc-patches, binutils, gdb-patches

[-- Attachment #1: Type: text/plain, Size: 488 bytes --]

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.

[-- Attachment #2: no-libgcj.diff --]
[-- Type: text/plain, Size: 600 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-10  5:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-10  5:01 don't build libgcj dirs for Xtensa targets Bob Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).