Commit aaf0c39c by David Daney Committed by David Daney

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

From-SVN: r118179
parent cc59abbf
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment