mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
63f56cc135
a/kernel-generic-4.14.52-x86_64-1.txz: Upgraded. a/kernel-huge-4.14.52-x86_64-1.txz: Upgraded. a/kernel-modules-4.14.52-x86_64-1.txz: Upgraded. ap/sox-14.4.2-x86_64-6.txz: Rebuilt. Rebuilt to drop libssp dependency. We're no longer building that with gcc since glibc already includes a built-in SSP implementation. d/gcc-8.1.1-x86_64-1.txz: Upgraded. Shared library .so-version bump. This is taken from the gcc-8-branch of the svn repo on 20180626, revision r262159. All packages have been tested for build failures and all new FTBFS issues are fixed - I think we're down to the six possibly obsolete X drivers (geode, r128, s3virge, savage, sis, and tseng) and virtuoso-ose. d/gcc-brig-8.1.1-x86_64-1.txz: Upgraded. d/gcc-g++-8.1.1-x86_64-1.txz: Upgraded. d/gcc-gfortran-8.1.1-x86_64-1.txz: Upgraded. Shared library .so-version bump. d/gcc-gnat-8.1.1-x86_64-1.txz: Upgraded. d/gcc-go-8.1.1-x86_64-1.txz: Upgraded. Shared library .so-version bump. d/gcc-objc-8.1.1-x86_64-1.txz: Upgraded. d/kernel-headers-4.14.52-x86-1.txz: Upgraded. d/libtool-2.4.6-x86_64-8.txz: Rebuilt. Recompiled to update embedded GCC version number. k/kernel-source-4.14.52-noarch-1.txz: Upgraded. l/db48-4.8.30-x86_64-4.txz: Rebuilt. Patched to fix a symbol collision with gcc8. n/netatalk-3.1.11-x86_64-1.txz: Upgraded. Thanks to Matthew Schumacher for updating the build script and providing some useful config file examples. extra/pure-alsa-system/sox-14.4.2-x86_64-6_alsa.txz: Rebuilt. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
27 lines
1.1 KiB
Diff
27 lines
1.1 KiB
Diff
--- ./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; \
|