summaryrefslogtreecommitdiff
path: root/gcc/config/mips
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2012-12-10 22:27:49 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2012-12-10 22:27:49 +0000
commit14f7a5afa617b563c965ad7a3b698de281648d41 (patch)
treeb35d276dbd84299a5908012add097f6aa12eca5b /gcc/config/mips
parent2df386e3b89845b1e5603a3fa828fe949805b529 (diff)
downloadgcc-14f7a5afa617b563c965ad7a3b698de281648d41.tar.gz
2012-12-10 Steve Ellcey <sellcey@mips.com>
* config/mips/gnu-user.h (NO_SHARED_SPECS): Add space before option. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194373 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips')
-rw-r--r--gcc/config/mips/gnu-user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/gnu-user.h b/gcc/config/mips/gnu-user.h
index d35ddac22a1..f15130b2a94 100644
--- a/gcc/config/mips/gnu-user.h
+++ b/gcc/config/mips/gnu-user.h
@@ -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