From 2b813b90d639d9072233cd039f3d9b92d4070cfb Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Sat, 15 Mar 2014 06:53:44 -0300 Subject: add [cross-gcc] to [cross] repo --- cross/cross-gcc/gcc-4.8-filename-output.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 cross/cross-gcc/gcc-4.8-filename-output.patch (limited to 'cross/cross-gcc/gcc-4.8-filename-output.patch') diff --git a/cross/cross-gcc/gcc-4.8-filename-output.patch b/cross/cross-gcc/gcc-4.8-filename-output.patch new file mode 100644 index 000000000..6951eb239 --- /dev/null +++ b/cross/cross-gcc/gcc-4.8-filename-output.patch @@ -0,0 +1,17 @@ +--- gcc/c-family/c-opts.c (revision 200330) ++++ gcc/c-family/c-opts.c (working copy) +@@ -1338,10 +1338,14 @@ c_finish_options (void) + + /* Give CPP the next file given by -include, if any. */ + static void + push_command_line_include (void) + { ++ // This can happen if disabled by -imacros for example. ++ if (include_cursor > deferred_count) ++ return; ++ + if (!done_preinclude) + { + done_preinclude = true; + if (flag_hosted && std_inc && !cpp_opts->preprocessed) + { -- cgit v1.2.3