From 79b6430f77e97e0df3a41f4c5775d593d1577ed7 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 2 Sep 2010 15:39:23 +0200 Subject: [PATCH] gcc: rediffed 'no-fixincludes.patch' against gcc 4.5.1 --- base/gcc/no-fixincludes.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/base/gcc/no-fixincludes.patch b/base/gcc/no-fixincludes.patch index 06e6740a5..716749a86 100644 --- a/base/gcc/no-fixincludes.patch +++ b/base/gcc/no-fixincludes.patch @@ -19,14 +19,14 @@ # Since GCC is cross-compiled expecting the system headers to be in # /usr/include, the script will be looking at the host system's headers. ---- gcc-4.4.3/gcc/Makefile.in.orig 2010-03-22 12:15:16.545004067 +0100 -+++ gcc-4.4.3/gcc/Makefile.in 2010-03-24 10:41:00.857074903 +0100 -@@ -3701,7 +3701,7 @@ - SHELL='$(SHELL)'; MACRO_LIST=`${PWD_COMMAND}`/macro_list ; \ +--- gcc-4.5.1/gcc/Makefile.in.orig 2010-06-30 15:26:17.000000000 +0200 ++++ gcc-4.5.1/gcc/Makefile.in 2010-09-02 15:21:05.712169469 +0200 +@@ -3953,7 +3953,7 @@ + gcc_dir=`${PWD_COMMAND}` ; \ export TARGET_MACHINE srcdir SHELL MACRO_LIST && \ cd $(build_objdir)/fixincludes && \ -- $(SHELL) ./fixinc.sh ../../gcc/$${fix_dir} \ -+ $(SHELL) -c true ../../gcc/$${fix_dir} \ +- $(SHELL) ./fixinc.sh "$${gcc_dir}/$${fix_dir}" \ ++ $(SHELL) -c true "$${gcc_dir}/$${fix_dir}" \ $(SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS) ); \ rm -f $${fix_dir}/syslimits.h; \ if [ -f $${fix_dir}/limits.h ]; then \