Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3114 - (show annotations) (download)
Tue May 22 14:38:31 2018 UTC (5 years, 11 months ago) by niro
File size: 1188 byte(s)
-re-diffed fixincludes patch
1 diff -Naur gcc-8.1.0/gcc/Makefile.in gcc-8.1.0-magellan/gcc/Makefile.in
2 --- gcc-8.1.0/gcc/Makefile.in 2018-03-09 16:24:44.000000000 +0100
3 +++ gcc-8.1.0-magellan/gcc/Makefile.in 2018-05-22 16:37:18.655586673 +0200
4 @@ -3003,10 +3003,6 @@
5 cp -p tmp-limits.h $${fix_dir}/limits.h; \
6 chmod a+r $${fix_dir}/limits.h; \
7 done
8 -# Install the README
9 - rm -f include-fixed/README
10 - cp $(srcdir)/../fixincludes/README-fixinc include-fixed/README
11 - chmod a+r include-fixed/README
12 $(STAMP) $@
13
14 .PHONY: install-gcc-tooldir
15 @@ -3084,13 +3080,6 @@
16 fi; \
17 $(mkinstalldirs) $${fix_dir}; \
18 chmod a+rx $${fix_dir} || true; \
19 - (TARGET_MACHINE='$(target)'; srcdir=`cd $(srcdir); ${PWD_COMMAND}`; \
20 - SHELL='$(SHELL)'; MACRO_LIST=`${PWD_COMMAND}`/macro_list ; \
21 - gcc_dir=`${PWD_COMMAND}` ; \
22 - export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
23 - cd $(build_objdir)/fixincludes && \
24 - $(SHELL) ./fixinc.sh "$${gcc_dir}/$${fix_dir}" \
25 - $(BUILD_SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS) ); \
26 rm -f $${fix_dir}/syslimits.h; \
27 if [ -f $${fix_dir}/limits.h ]; then \
28 mv $${fix_dir}/limits.h $${fix_dir}/syslimits.h; \