From 417fd74367e53ad30548b3ef403e17feb8c84708 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 26 May 2018 18:10:24 -0500 Subject: system/gcc: add Cortex-A53 fixes to GCC (thanks @smaeul) --- system/gcc/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/gcc/APKBUILD b/system/gcc/APKBUILD index 5fa1e4e11..de4431f5b 100644 --- a/system/gcc/APKBUILD +++ b/system/gcc/APKBUILD @@ -234,7 +234,7 @@ build() { cd "$_gccdir" case "$CTARGET" in - aarch64-*-*-*) _arch_configure="--with-arch=armv8-a --with-abi=lp64";; + aarch64-*-*-*) _arch_configure="--with-arch=armv8-a --with-abi=lp64 --enable-fix-cortex-a53-835769 --enable-fix-cortex-a53-843419";; armv5-*-*-*eabi) _arch_configure="--with-arch=armv5te --with-tune=arm926ej-s --with-float=soft --with-abi=aapcs-linux";; armv6-*-*-*eabihf) _arch_configure="--with-arch=armv6zk --with-tune=arm1176jzf-s --with-fpu=vfp --with-float=hard --with-abi=aapcs-linux";; armv7-*-*-*eabihf) _arch_configure="--with-arch=armv7-a --with-tune=generic-armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-abi=aapcs-linux --with-mode=thumb";; -- cgit v1.2.3-60-g2f50