https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115453
--- Comment #16 from Collin Funk <collin.funk1 at gmail dot com> --- (In reply to Mark Wielaard from comment #15) > -Copyright (C) Free Software Foundation, Inc. > +Copyright (C) 2012 Free Software Foundation, Inc. I thought I used the correct Autoconf version, but I guess not. I think this should go away if you regenerate with Autoconf 2.69 (released in 2012). > -if test "x$gcc_cv_as_mips_explicit_relocs_pcrel" = "xyes"; then > +if test $gcc_cv_as_mips_explicit_relocs_pcrel = yes; then I think my commit was amended to include this. Therefore the configure script must be generated again. Sorry for the confusion.