summaryrefslogtreecommitdiff
path: root/private/gcc-latest/patches/gcc-no_fixincludes.diff
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-04-23 10:53:25 +0200
committerEugen Wissner <belka@caraus.de>2023-04-23 10:53:25 +0200
commit6f5eaf9650e9e23b11f81366de580215ddf57295 (patch)
treef37472f8ce557ada396d066546ca5bf6985a876a /private/gcc-latest/patches/gcc-no_fixincludes.diff
parent691ddba017596abb02af51dba9dbad06e3f62bbc (diff)
downloadslackbuilder-6f5eaf9650e9e23b11f81366de580215ddf57295.tar.gz
gcc-latest: Removed
There were still problems with this build. For example LibreOffice cannot be built if GCC is installed.
Diffstat (limited to 'private/gcc-latest/patches/gcc-no_fixincludes.diff')
-rw-r--r--private/gcc-latest/patches/gcc-no_fixincludes.diff27
1 files changed, 0 insertions, 27 deletions
diff --git a/private/gcc-latest/patches/gcc-no_fixincludes.diff b/private/gcc-latest/patches/gcc-no_fixincludes.diff
deleted file mode 100644
index e152e08..0000000
--- a/private/gcc-latest/patches/gcc-no_fixincludes.diff
+++ /dev/null
@@ -1,27 +0,0 @@
---- ./gcc/Makefile.in.orig 2018-03-09 09:24:44.000000000 -0600
-+++ ./gcc/Makefile.in 2018-05-02 12:25:43.958002771 -0500
-@@ -3004,9 +3004,9 @@
- chmod a+r $${fix_dir}/limits.h; \
- done
- # Install the README
-- rm -f include-fixed/README
-- cp $(srcdir)/../fixincludes/README-fixinc include-fixed/README
-- chmod a+r include-fixed/README
-+# rm -f include-fixed/README
-+# cp $(srcdir)/../fixincludes/README-fixinc include-fixed/README
-+# chmod a+r include-fixed/README
- $(STAMP) $@
-
- .PHONY: install-gcc-tooldir
-@@ -3087,10 +3087,7 @@
- (TARGET_MACHINE='$(target)'; srcdir=`cd $(srcdir); ${PWD_COMMAND}`; \
- SHELL='$(SHELL)'; MACRO_LIST=`${PWD_COMMAND}`/macro_list ; \
- gcc_dir=`${PWD_COMMAND}` ; \
-- export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
-- cd $(build_objdir)/fixincludes && \
-- $(SHELL) ./fixinc.sh "$${gcc_dir}/$${fix_dir}" \
-- $(BUILD_SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS) ); \
-+ export TARGET_MACHINE srcdir SHELL MACRO_LIST ); \
- rm -f $${fix_dir}/syslimits.h; \
- if [ -f $${fix_dir}/limits.h ]; then \
- mv $${fix_dir}/limits.h $${fix_dir}/syslimits.h; \