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

Frederik Schwan freswa at gemini.archlinux.org
Fri Feb 25 22:58:11 UTC 2022


    Date: Friday, February 25, 2022 @ 22:58:11
  Author: freswa
Revision: 438148

update reason for separate libgccjit build

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-25 22:44:23 UTC (rev 438147)
+++ PKGBUILD	2022-02-25 22:58:11 UTC (rev 438148)
@@ -133,7 +133,8 @@
   # make documentation
   make -O -C $CHOST/libstdc++-v3/doc doc-man-doxygen
 
-  # Build libgccjit separately, so that normal compiler binaries aren't -fpic
+  # Build libgccjit separately, to avoid building all compilers with --enable-host-shared
+  # which brings a performance penalty
   cd "${srcdir}"/libgccjit-build
 
   "$srcdir/gcc/configure" \



More information about the arch-commits mailing list