2023-06-06 22:26:59 +02:00
|
|
|
--- ./gcc/Makefile.in.orig 2023-04-26 12:25:33.525797045 -0500
|
|
|
|
+++ ./gcc/Makefile.in 2023-04-26 13:40:12.282459243 -0500
|
|
|
|
@@ -3202,11 +3202,11 @@
|
|
|
|
cp $(srcdir)/gsyslimits.h $${include_dir}/syslimits.h; \
|
2009-08-26 17:00:38 +02:00
|
|
|
done
|
|
|
|
# Install the README
|
2023-06-06 22:26:59 +02:00
|
|
|
- if [ x$(STMP_FIXINC) != x ]; then \
|
|
|
|
- rm -f include-fixed/README; \
|
|
|
|
- cp $(srcdir)/../fixincludes/README-fixinc include-fixed/README; \
|
|
|
|
- chmod a+r include-fixed/README; \
|
|
|
|
- fi;
|
|
|
|
+# if [ x$(STMP_FIXINC) != x ]; then \
|
|
|
|
+# rm -f include-fixed/README; \
|
|
|
|
+# cp $(srcdir)/../fixincludes/README-fixinc include-fixed/README; \
|
|
|
|
+# chmod a+r include-fixed/README; \
|
|
|
|
+# fi;
|
2009-08-26 17:00:38 +02:00
|
|
|
$(STAMP) $@
|
|
|
|
|
|
|
|
.PHONY: install-gcc-tooldir
|
2023-06-06 22:26:59 +02:00
|
|
|
@@ -3287,10 +3287,7 @@
|
2009-08-26 17:00:38 +02:00
|
|
|
(TARGET_MACHINE='$(target)'; srcdir=`cd $(srcdir); ${PWD_COMMAND}`; \
|
|
|
|
SHELL='$(SHELL)'; MACRO_LIST=`${PWD_COMMAND}`/macro_list ; \
|
2011-04-25 15:37:00 +02:00
|
|
|
gcc_dir=`${PWD_COMMAND}` ; \
|
2009-08-26 17:00:38 +02:00
|
|
|
- export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
|
|
|
|
- cd $(build_objdir)/fixincludes && \
|
2011-04-25 15:37:00 +02:00
|
|
|
- $(SHELL) ./fixinc.sh "$${gcc_dir}/$${fix_dir}" \
|
2018-06-27 06:13:25 +02:00
|
|
|
- $(BUILD_SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS) ); \
|
2009-08-26 17:00:38 +02:00
|
|
|
+ export TARGET_MACHINE srcdir SHELL MACRO_LIST ); \
|
2023-06-06 22:26:59 +02:00
|
|
|
done; \
|
|
|
|
fi
|
|
|
|
$(STAMP) stmp-fixinc
|