On Tue, Oct 7, 2014 at 9:20 PM, John David Anglin <dave.ang...@bell.net> wrote: > The "--disable-sse" option is not supported on hppa.
The problem is not with --disable-sse but with this test in configure: ===== # basic check if ! "$CC" -xc -std=c99 <(echo "int main(){}") -o /dev/null &> /dev/null; then error "Compiler" "$CC is no C compiler" fi ===== Needs to test a fix for this on a HPPA machine. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org