diff mbox

Fix 46792, disable target-libffi for cris-elf

Message ID 201012032039.oB3Kd3Mj023408@ignucius.se.axis.com
State New
Headers show

Commit Message

Hans-Peter Nilsson Dec. 3, 2010, 8:39 p.m. UTC
The tree has been broken for cris-elf since target-libffi was
move out from the java crowd and unilaterally enabled.  This is
just a temporary band-aid to restore the tree to a building
state for this target, see the PR.

Committed.

	PR libffi/46792
	* configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
	* configure: Regenerate.

(JFTR; not truthfully regenerated, just changed the same way.)


brgds, H-P
diff mbox

Patch

Index: configure.ac
===================================================================
--- configure.ac	(revision 167441)
+++ configure.ac	(working copy)
@@ -707,8 +707,8 @@  case "${target}" in
       *-*-aout)
 	unsupported_languages="$unsupported_languages fortran"
 	noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
-      *-*-elf)
-	noconfigdirs="$noconfigdirs target-boehm-gc";;
+      *-*-elf) # See PR46792 regarding target-libffi.
+	noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
       *-*-linux*)
 	noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
       *)