[arch-commits] Commit in gcc/trunk (PKGBUILD)

Frederik Schwan freswa at gemini.archlinux.org
Sat Mar 26 23:09:09 UTC 2022


    Date: Saturday, March 26, 2022 @ 23:09:09
  Author: freswa
Revision: 440704

fix reproducibility by disabling PGO build

See https://lists.reproducible-builds.org/pipermail/rb-general/2018-June/001068.html
for an approach with gcc 8 which doesn't work with gcc 11.

Modified:
  gcc/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-26 22:23:13 UTC (rev 440703)
+++ PKGBUILD	2022-03-26 23:09:09 UTC (rev 440704)
@@ -124,7 +124,7 @@
           BOOT_CFLAGS="$CFLAGS" \
           BOOT_LDFLAGS="$LDFLAGS" \
           LDFLAGS_FOR_TARGET="$LDFLAGS" \
-          profiledbootstrap
+          bootstrap
 
   # make documentation
   make -O -C $CHOST/libstdc++-v3/doc doc-man-doxygen



More information about the arch-commits mailing list