Commit 60b92097 by Mikhail Maltsev Committed by Mikhail Maltsev

Fix C++11 compatibility issue

	* config/cris/cris.h (CRIS_ARCH_CPP_DEFAULT): Fix C++11 compatibility
	issue (add space between string literal and macro).
	* config/i386/mingw32.h (REAL_LIBGCC_SPEC): Likewise.

From-SVN: r223898
parent 463c7280
2015-05-31 Mikhail Maltsev <maltsevm@gmail.com>
* config/cris/cris.h (CRIS_ARCH_CPP_DEFAULT): Fix C++11 compatibility
issue (add space between string literal and macro).
* config/i386/mingw32.h (REAL_LIBGCC_SPEC): Likewise.
2015-05-30 Andreas Schwab <schwab@linux-m68k.org> 2015-05-30 Andreas Schwab <schwab@linux-m68k.org>
* config/m68k/m68k.h (ASM_PCREL_SPEC): Pass --pcrel also for * config/m68k/m68k.h (ASM_PCREL_SPEC): Pass --pcrel also for
......
...@@ -134,7 +134,7 @@ extern int cris_cpu_version; ...@@ -134,7 +134,7 @@ extern int cris_cpu_version;
%{!metrax*:\ %{!metrax*:\
%{!mcpu=*:\ %{!mcpu=*:\
%{!mtune=*:-D__tune_v" CRIS_DEFAULT_TUNE "}\ %{!mtune=*:-D__tune_v" CRIS_DEFAULT_TUNE "}\
-D__arch_v"CRIS_DEFAULT_TUNE\ -D__arch_v" CRIS_DEFAULT_TUNE \
" -D__CRIS_arch_version=" CRIS_DEFAULT_TUNE "}}}" " -D__CRIS_arch_version=" CRIS_DEFAULT_TUNE "}}}"
#endif #endif
......
...@@ -139,7 +139,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -139,7 +139,7 @@ along with GCC; see the file COPYING3. If not see
#undef REAL_LIBGCC_SPEC #undef REAL_LIBGCC_SPEC
#define REAL_LIBGCC_SPEC \ #define REAL_LIBGCC_SPEC \
"%{mthreads:-lmingwthrd} -lmingw32 \ "%{mthreads:-lmingwthrd} -lmingw32 \
"SHARED_LIBGCC_SPEC" \ " SHARED_LIBGCC_SPEC " \
-lmoldname -lmingwex -lmsvcrt" -lmoldname -lmingwex -lmsvcrt"
#undef STARTFILE_SPEC #undef STARTFILE_SPEC
......
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