From 1788ccd96b0a41e4c2aeca8cf6714e3b9f2b53a5 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Tue, 11 Jan 2022 21:15:51 +0000 Subject: system/gcc: allow textrels for 32-bit ppc. fixes #453. --- system/gcc/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/system/gcc/APKBUILD b/system/gcc/APKBUILD index b22b88753..5c36d2c61 100644 --- a/system/gcc/APKBUILD +++ b/system/gcc/APKBUILD @@ -94,6 +94,7 @@ fi case "$CTARGET_ARCH" in arm*) LIBITM=false ;; m68k) options="$options textrels" ;; +ppc) options="$options textrels" ;; esac # Fortran uses libquadmath if toolchain has __float128 -- cgit v1.2.3-70-g09d2