Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2010-12-06 04:55:25 +0300
committerHans-Peter Nilsson <hp@axis.com>2010-12-06 04:55:25 +0300
commit51db009f1e32a997697eb98bffa88985afe24c3a (patch)
treed059f8b2dabd1a38408857f00dedaa1fcc87e299 /configure
parentaf080f443a30adfb048e85a5405924716cd13442 (diff)
PR libffi/46792
* configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi. * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 683341345..6a3ff4570 100755
--- a/configure
+++ b/configure
@@ -3247,8 +3247,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";;
*)