That worked except there was warning when running configure
(Yes I did use the correct version of autoconf, 2.13).
On i686-pc-linux-gnu using bash as the shell:
checking assembler for GOTOFF in data... yes
/home/gates/pinskia/src/gnu/gcc/src/gcc/configure: line 1: test: =:
unary operator expected
Bleah. Try this patch instead. The code that sets the cache variable
and the code that reads it disagreed on its name; I didn't see it
because I had the old variable in my old config.cache.
zw
* configure.in: Always define HAVE_AS_GOTOFF_IN_DATA for
i?86-*-*. Use correct name of cache variable.