Magellan Linux

Contents of /trunk/gcc/gcc-3.4.3-no_fixincludes-1.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 41 - (show annotations) (download)
Thu Oct 13 15:22:09 2005 UTC (18 years, 6 months ago) by niro
File size: 1111 byte(s)
added all old gcc patches

1 Submitted By: LFS PATCH
2 Date: 2004-11-06
3 Initial Package Version: 3.4.3
4 Upstream Status: Not Sent - LFS Specfic
5 Origin: Originally developed for GCC 3.2 by Greg Schafer and Zack Winkles
6 Description: Prevent fixincludes script from running.
7
8
9 diff -Naur gcc-3.4.3.orig/gcc/Makefile.in gcc-3.4.3/gcc/Makefile.in
10 --- gcc-3.4.3.orig/gcc/Makefile.in 2004-10-18 16:00:39.000000000 +0000
11 +++ gcc-3.4.3/gcc/Makefile.in 2004-11-05 18:09:54.600593528 +0000
12 @@ -2495,10 +2495,6 @@
13 rm -f include/limits.h
14 cp xlimits.h include/limits.h
15 chmod a+r include/limits.h
16 -# Install the README
17 - rm -f include/README
18 - cp $(srcdir)/README-fixinc include/README
19 - chmod a+r include/README
20 $(STAMP) $@
21
22 # fixinc.sh depends on this, not on specs directly.
23 @@ -2544,7 +2540,6 @@
24 (TARGET_MACHINE='$(target)'; srcdir=`cd $(srcdir); ${PWD_COMMAND}`; \
25 SHELL='$(SHELL)' ;\
26 export TARGET_MACHINE srcdir SHELL ; \
27 - $(SHELL) ./fixinc.sh `${PWD_COMMAND}`/include $(SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS); \
28 rm -f include/syslimits.h; \
29 if [ -f include/limits.h ]; then \
30 mv include/limits.h include/syslimits.h; \

Properties

Name Value
svn:executable *