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
 }

Reply via email to