Matthew, I just discovered that I dropped one of the files I changed as part of my MIPS header file cleanup patch and so it did not get checked in. This change was part of my testing, I just didn't include it in the patch I submitted and checked in. Is this (hopefully obvious) change OK for checkin?
Steve Ellcey sell...@mips.com 2014-10-08 Steve Ellcey <sell...@mips.com> * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Change LINUX64_DRIVER_SELF_SPECS to LINUX_DRIVER_SELF_SPECS diff --git a/gcc/config/mips/mti-linux.h b/gcc/config/mips/mti-linux.h index 318e981..34b64d6 100644 --- a/gcc/config/mips/mti-linux.h +++ b/gcc/config/mips/mti-linux.h @@ -43,4 +43,4 @@ along with GCC; see the file COPYING3. If not see BASE_DRIVER_SELF_SPECS \ \ /* Use the standard linux specs for everything else. */ \ - LINUX64_DRIVER_SELF_SPECS + LINUX_DRIVER_SELF_SPECS