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

Anatol Pomozov anatolik at archlinux.org
Sun Nov 29 18:19:36 UTC 2020


    Date: Sunday, November 29, 2020 @ 18:19:35
  Author: anatolik
Revision: 766358

FS#68489 enable default-pie for the cross-compiler as native compiler does it already

Modified:
  riscv64-linux-gnu-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-29 17:07:09 UTC (rev 766357)
+++ PKGBUILD	2020-11-29 18:19:35 UTC (rev 766358)
@@ -84,6 +84,7 @@
       --enable-plugin \
       --enable-install-libiberty \
       --enable-gnu-indirect-function \
+      --enable-default-pie \
       --enable-checking=release
   make
 }



More information about the arch-commits mailing list