diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2010-12-03 20:38:47 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2010-12-03 20:38:47 +0000 |
commit | d062cd48613d350ef492df1ad090a7b0af43dbd8 (patch) | |
tree | 63979b77df7a34a56eed153311409273d2a94c1b /configure | |
parent | b02785a8d09bd6ffd3559c740135ce9f335c6e3a (diff) | |
download | gcc-d062cd48613d350ef492df1ad090a7b0af43dbd8.tar.gz |
re PR libffi/46792 (libffi fails building for cris-elf)
PR libffi/46792
* configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
* configure: Regenerate.
From-SVN: r167442
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index de6da33de97..6dde71a00d7 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";; *) |