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 | |
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')
-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";; *) |