diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-03 20:38:47 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-03 20:38:47 +0000 |
commit | 7f9d1a923396bcc7348616372c39047bb198a689 (patch) | |
tree | 63979b77df7a34a56eed153311409273d2a94c1b /configure.ac | |
parent | 98d47964d77d010649256010bc27e1d010f1110d (diff) | |
download | gcc-7f9d1a923396bcc7348616372c39047bb198a689.tar.gz |
PR libffi/46792
* configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167442 138bc75d-0d04-0410-961f-82ee72b054a4
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 289416f79f6..fcf5ba2c7c8 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";; *) |