Magellan Linux

Contents of /trunk/gcc/patches/gcc-4.1.2-no-fixincludes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 169 - (show annotations) (download)
Tue May 8 21:36:54 2007 UTC (16 years, 11 months ago) by niro
File size: 964 byte(s)
-moved to patches subdir

1 --- gcc-4.1.2/gcc/Makefile.in 2006-11-01 15:40:44.000000000 +0100
2 +++ gcc-4.1.2/gcc/Makefile.in.fixincludes 2007-03-17 17:39:10.000000000 +0100
3 @@ -3138,10 +3138,6 @@
4 cp xlimits.h include/limits.h
5 cp $(UNWIND_H) include/unwind.h
6 chmod a+r include/limits.h
7 -# Install the README
8 - rm -f include/README
9 - cp $(srcdir)/../fixincludes/README-fixinc include/README
10 - chmod a+r include/README
11 $(STAMP) $@
12
13 .PHONY: install-gcc-tooldir
14 @@ -3186,12 +3182,6 @@
15 fi
16 rm -rf include; mkdir include
17 -chmod a+rx include
18 - (TARGET_MACHINE='$(target)'; srcdir=`cd $(srcdir); ${PWD_COMMAND}`; \
19 - SHELL='$(SHELL)'; MACRO_LIST=`${PWD_COMMAND}`/macro_list ; \
20 - export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
21 - cd $(build_objdir)/fixincludes && \
22 - $(SHELL) ./fixinc.sh ../../gcc/include \
23 - $(SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS) )
24 rm -f include/syslimits.h
25 if [ -f include/limits.h ]; then \
26 mv include/limits.h include/syslimits.h; \