From 4b122de987caef721eb680c42c8822631eb7be8a Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 16 Mar 2006 17:18:37 +0000 Subject: [PATCH] gcc: forgot to add patches to svn --- gcc/gcc-4.0.3-fixinc.patch | 14 ++++++++++++++ gcc/gcc-4.0.3-version.patch | 12 ++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 gcc/gcc-4.0.3-fixinc.patch create mode 100644 gcc/gcc-4.0.3-version.patch diff --git a/gcc/gcc-4.0.3-fixinc.patch b/gcc/gcc-4.0.3-fixinc.patch new file mode 100644 index 00000000..078dbe2a --- /dev/null +++ b/gcc/gcc-4.0.3-fixinc.patch @@ -0,0 +1,14 @@ +diff -Nru gcc-4.0.3-old/gcc/Makefile.in gcc-4.0.3/gcc/Makefile.in +--- gcc-4.0.3-old/gcc/Makefile.in 2006-03-14 02:13:18.000000000 +0100 ++++ gcc-4.0.3/gcc/Makefile.in 2006-03-14 02:16:09.000000000 +0100 +@@ -2854,9 +2854,7 @@ + (TARGET_MACHINE='$(target)'; srcdir=`cd $(srcdir); ${PWD_COMMAND}`; \ + SHELL='$(SHELL)'; MACRO_LIST=`${PWD_COMMAND}`/macro_list ; \ + export TARGET_MACHINE srcdir SHELL MACRO_LIST && \ +- cd ../$(build_subdir)/fixincludes && \ +- $(SHELL) ./fixinc.sh ../../gcc/include \ +- $(SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS) ) ++ cd ../$(build_subdir)/fixincludes) + rm -f include/syslimits.h + if [ -f include/limits.h ]; then \ + mv include/limits.h include/syslimits.h; \ diff --git a/gcc/gcc-4.0.3-version.patch b/gcc/gcc-4.0.3-version.patch new file mode 100644 index 00000000..7db7456b --- /dev/null +++ b/gcc/gcc-4.0.3-version.patch @@ -0,0 +1,12 @@ +diff -Nru gcc-4.0.3-old/gcc/version.c gcc-4.0.3/gcc/version.c +--- gcc-4.0.3-old/gcc/version.c 2006-03-14 02:13:18.000000000 +0100 ++++ gcc-4.0.3/gcc/version.c 2006-03-14 02:14:20.000000000 +0100 +@@ -5,7 +5,7 @@ + please modify this string to indicate that, e.g. by putting your + organization's name in parentheses at the end of the string. */ + +-const char version_string[] = "4.0.3"; ++const char version_string[] = "4.0.3 (CRUX)"; + + /* This is the location of the online document giving instructions for + reporting bugs. If you distribute a modified version of GCC,