diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2010-12-06 01:55:25 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2010-12-06 01:55:25 +0000 |
commit | d357cef7845e8fa0d39555ea816c6937dca8cd78 (patch) | |
tree | 8dcc2c0b0e6e3f6d790be02aa44993d67613c7ad /configure.ac | |
parent | 03e81c4586aee6f27e2d5f0d007d46c26fa26309 (diff) | |
download | gdb-d357cef7845e8fa0d39555ea816c6937dca8cd78.zip gdb-d357cef7845e8fa0d39555ea816c6937dca8cd78.tar.gz gdb-d357cef7845e8fa0d39555ea816c6937dca8cd78.tar.bz2 |
PR libffi/46792
* configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 65c0a74..440f066 100644 --- a/configure.ac +++ b/configure.ac @@ -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";; *) |