diff options
| author | Eugen Wissner <belka@caraus.de> | 2022-06-02 16:36:02 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2022-06-03 16:36:02 +0200 |
| commit | 61d38b018d1ffdc94c88f5ff6f43aed8552d6432 (patch) | |
| tree | 1ffedcead245b659d7e6630e93973cb477681524 /private/gcc-latest/patches | |
| parent | 3be0aedffddb986d6e414029b145b94e43102f23 (diff) | |
| download | slackbuilder-61d38b018d1ffdc94c88f5ff6f43aed8552d6432.tar.gz | |
gcc-latest: Added GCC 12 with GDC
Diffstat (limited to 'private/gcc-latest/patches')
| -rw-r--r-- | private/gcc-latest/patches/gcc-no_fixincludes.diff | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/private/gcc-latest/patches/gcc-no_fixincludes.diff b/private/gcc-latest/patches/gcc-no_fixincludes.diff new file mode 100644 index 0000000..e152e08 --- /dev/null +++ b/private/gcc-latest/patches/gcc-no_fixincludes.diff @@ -0,0 +1,27 @@ +--- ./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; \ |
