diff options
Diffstat (limited to 'system/gcc')
-rw-r--r-- | system/gcc/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
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 |