Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 465 - (show annotations) (download)
Thu Feb 7 21:50:51 2008 UTC (16 years, 2 months ago) by niro
File size: 1010 byte(s)
-rediffed patches for 4.2.3

1 --- gcc-4.2.3/gcc/Makefile.in.orig 2008-02-07 22:50:54.000000000 +0100
2 +++ gcc-4.2.3/gcc/Makefile.in 2008-02-07 22:52:46.000000000 +0100
3 @@ -3198,10 +3198,6 @@
4 rm -f include/unwind.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 @@ -3251,12 +3247,6 @@
15 $(MAKE) real-$(INSTALL_HEADERS_DIR) DESTDIR=`pwd`/../gcc/ \
16 libsubdir=. ; \
17 else \
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; \