From: Steve Ellcey Date: Mon, 10 Dec 2012 22:27:49 +0000 (+0000) Subject: gnu-user.h (NO_SHARED_SPECS): Add space before option. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=587482613906af0bb2af906738b80e00390f79e6;p=gcc.git gnu-user.h (NO_SHARED_SPECS): Add space before option. 2012-12-10 Steve Ellcey * config/mips/gnu-user.h (NO_SHARED_SPECS): Add space before option. From-SVN: r194373 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7eb94371385..de421ecd8de 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-12-10 Steve Ellcey + + * config/mips/gnu-user.h (NO_SHARED_SPECS): Add space before option. + 2012-12-10 Steve Ellcey PR target/54061 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