* config/mips/linux.h (NO_SHARED_SPECS): Correct syntax error.

From-SVN: r118179
This commit is contained in:
David Daney 2006-10-30 08:25:25 +00:00 committed by David Daney
parent cc59abbf35
commit aaf0c39c04
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-10-30 David Daney <ddaney@avtrex.com>
* config/mips/linux.h (NO_SHARED_SPECS): Correct syntax error.
2006-10-30 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/29637

View File

@ -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