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

Anatol Pomozov anatolik at archlinux.org
Sun Nov 29 17:07:09 UTC 2020


    Date: Sunday, November 29, 2020 @ 17:07:09
  Author: anatolik
Revision: 766357

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

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-29 16:51:51 UTC (rev 766356)
+++ PKGBUILD	2020-11-29 17:07:09 UTC (rev 766357)
@@ -64,7 +64,7 @@
       --with-native-system-header-dir=/include \
       --libdir=/usr/lib --libexecdir=/usr/lib \
       --target=$_target --host=$CHOST --build=$CHOST \
-      --disable-nls \
+      --disable-nls --enable-default-pie \
       --enable-languages=c,c++,fortran \
       --enable-shared --enable-threads=posix \
       --with-system-zlib --with-isl --enable-__cxa_atexit \



More information about the arch-commits mailing list