summaryrefslogtreecommitdiffstats
path: root/extra/gcc3/gcc-3.3.6-no_fixincludes-1.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-16 09:37:09 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-16 09:37:09 +0200
commitd7b22dce67838239d86de567a3d9bd253a06cd1b (patch)
tree2a9e3d151e0d05cb0c4bce0c330eae4e3bbb54cc /extra/gcc3/gcc-3.3.6-no_fixincludes-1.patch
parentafa5fc118e0ed5d8fa3773e608488feed72936cf (diff)
downloadnutyx-pakxe-d7b22dce67838239d86de567a3d9bd253a06cd1b.tar.gz
nutyx-pakxe-d7b22dce67838239d86de567a3d9bd253a06cd1b.tar.bz2
nutyx-pakxe-d7b22dce67838239d86de567a3d9bd253a06cd1b.tar.xz
nutyx-pakxe-d7b22dce67838239d86de567a3d9bd253a06cd1b.zip
ajout de gcc3#3.3.6-1
Diffstat (limited to 'extra/gcc3/gcc-3.3.6-no_fixincludes-1.patch')
-rw-r--r--extra/gcc3/gcc-3.3.6-no_fixincludes-1.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/extra/gcc3/gcc-3.3.6-no_fixincludes-1.patch b/extra/gcc3/gcc-3.3.6-no_fixincludes-1.patch
new file mode 100644
index 000000000..a727f5ad8
--- /dev/null
+++ b/extra/gcc3/gcc-3.3.6-no_fixincludes-1.patch
@@ -0,0 +1,30 @@
+Submitted By: Ronald Hummelink <ronald at hummelink dot xs4all dot nl>
+Date: 2003-08-16
+Initial Package Version: 3.3.1
+Origin: Originally developed for GCC 3.2 by Greg Schafer <gschafer at zip dot com dot au>
+Description: Prevent fixincludes script from running.
+
+$LastChangedBy: randy $
+$Date: 2005-08-17 11:33:20 -0500 (Wed, 17 Aug 2005) $
+
+--- gcc-3.3.1.orig/gcc/Makefile.in 2003-08-03 15:48:36.000000000 +0000
++++ gcc-3.3.1/gcc/Makefile.in 2003-08-15 23:40:28.000000000 +0000
+@@ -2335,10 +2335,6 @@
+ rm -f include/limits.h
+ cp xlimits.h include/limits.h
+ chmod a+r include/limits.h
+-# Install the README
+- rm -f include/README
+- cp $(srcdir)/README-fixinc include/README
+- chmod a+r include/README
+ $(STAMP) $@
+
+ # fixinc.sh depends on this, not on specs directly.
+@@ -2369,7 +2365,6 @@
+ (TARGET_MACHINE='$(target)'; srcdir=`cd $(srcdir); ${PWD_COMMAND}`; \
+ SHELL='$(SHELL)' ;\
+ export TARGET_MACHINE srcdir SHELL ; \
+- $(SHELL) ./fixinc.sh `${PWD_COMMAND}`/include $(SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS); \
+ rm -f include/syslimits.h; \
+ if [ -f include/limits.h ]; then \
+ mv include/limits.h include/syslimits.h; \