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-Tag: releases/gcc-4.3.0~8833 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaf0c39c04bd73ab21427180dd85cd5fe10bb192;p=thirdparty%2Fgcc.git * config/mips/linux.h (NO_SHARED_SPECS): Correct syntax error. From-SVN: r118179 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index abcdecefe879..91a71e10b46b 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 f84867a1cf3b..a56c1cc683ff 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