gnu-user.h (NO_SHARED_SPECS): Add space before option.

2012-12-10  Steve Ellcey  <sellcey@mips.com>

	* config/mips/gnu-user.h (NO_SHARED_SPECS): Add space before option.

From-SVN: r194373
This commit is contained in:
Steve Ellcey 2012-12-10 22:27:49 +00:00 committed by Steve Ellcey
parent 2cd45f0e68
commit 5874826139
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-12-10 Steve Ellcey <sellcey@mips.com>
* config/mips/gnu-user.h (NO_SHARED_SPECS): Add space before option.
2012-12-10 Steve Ellcey <sellcey@mips.com>
PR target/54061

View File

@ -97,7 +97,7 @@ along with GCC; see the file COPYING3. If not see
#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}"
#else
# define NO_SHARED_SPECS ""
#endif