mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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
This commit is contained in:
parent
b02785a8d0
commit
d062cd4861
@ -1,3 +1,9 @@
|
||||
2010-12-03 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
PR libffi/46792
|
||||
* configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
|
||||
* configure: Regenerate.
|
||||
|
||||
2010-12-02 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* configure.ac: Always set default for poststage1_ldflags to
|
||||
|
4
configure
vendored
4
configure
vendored
@ -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";;
|
||||
*)
|
||||
|
@ -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";;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user