From: David Daney Date: Mon, 30 Oct 2006 08:25:25 +0000 (+0000) Subject: * config/mips/linux.h (NO_SHARED_SPECS): Correct syntax error. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aaf0c39c04bd73ab21427180dd85cd5fe10bb192;p=gcc.git * config/mips/linux.h (NO_SHARED_SPECS): Correct syntax error. From-SVN: r118179 --- 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