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:
parent
2cd45f0e68
commit
5874826139
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user