diff --git a/gcc/ChangeLog b/gcc/ChangeLog index abcdecefe87..91a71e10b46 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-10-30 David Daney + + * config/mips/linux.h (NO_SHARED_SPECS): Correct syntax error. + 2006-10-30 Jakub Jelinek PR tree-optimization/29637 diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h index f84867a1cf3..a56c1cc683f 100644 --- a/gcc/config/mips/linux.h +++ b/gcc/config/mips/linux.h @@ -183,7 +183,7 @@ Boston, MA 02110-1301, USA. */ #ifdef HAVE_AS_NO_SHARED /* Default to -mno-shared for non-PIC. */ #define NO_SHARED_SPECS \ - "%{mshared|mno-shared|fpic|fPIC|fpie|fPIE:;:-mno-shared}", + "%{mshared|mno-shared|fpic|fPIC|fpie|fPIE:;:-mno-shared}" #define DRIVER_SELF_SPECS NO_SHARED_SPECS #else #define NO_SHARED_SPECS