... I'm testing the below. Works fine so far. I'm going to commit it as
soon as a bootstrap on x86_64-linux completes again.
Paolo.
////////////////
Index: configure.ac
===================================================================
--- configure.ac (revision 201924)
+++ configure.ac (working copy)
@@ -4219,8 +4219,8 @@ esac
# ??? Once 2.11 is released, probably need to add first known working
# version to the per-target configury.
case "$cpu_type" in
- aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze
- | mips | pa | rs6000 | score | sparc | spu | tilegx | tilepro | xstormy16
+ aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze \
+ | mips | pa | rs6000 | score | sparc | spu | tilegx | tilepro | xstormy16 \
| xtensa)
insn="nop"
;;