Magellan Linux

Contents of /trunk/gcc/gcc-3.3.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: 1065 byte(s)
added all old gcc patches

1 Submitted By: Ronald Hummelink <ronald at hummelink dot xs4all dot nl>
2 Date: 2003-08-16
3 Initial Package Version: 3.3.1
4 Origin: Originally developed for GCC 3.2 by Greg Schafer <gschafer at zip dot com dot au>
5 Description: Prevent fixincludes script from running.
6
7 --- gcc-3.3.1.orig/gcc/Makefile.in 2003-08-03 15:48:36.000000000 +0000
8 +++ gcc-3.3.1/gcc/Makefile.in 2003-08-15 23:40:28.000000000 +0000
9 @@ -2335,10 +2335,6 @@
10 rm -f include/limits.h
11 cp xlimits.h include/limits.h
12 chmod a+r include/limits.h
13 -# Install the README
14 - rm -f include/README
15 - cp $(srcdir)/README-fixinc include/README
16 - chmod a+r include/README
17 $(STAMP) $@
18
19 # fixinc.sh depends on this, not on specs directly.
20 @@ -2369,7 +2365,6 @@
21 (TARGET_MACHINE='$(target)'; srcdir=`cd $(srcdir); ${PWD_COMMAND}`; \
22 SHELL='$(SHELL)' ;\
23 export TARGET_MACHINE srcdir SHELL ; \
24 - $(SHELL) ./fixinc.sh `${PWD_COMMAND}`/include $(SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS); \
25 rm -f include/syslimits.h; \
26 if [ -f include/limits.h ]; then \
27 mv include/limits.h include/syslimits.h; \

Properties

Name Value
svn:executable *