Skip to content

Commit f1788a6

Browse files
committed
[gcc] remove old cortex-a53 workaround
1 parent ef88232 commit f1788a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alarmcn/gcc/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ prepare() {
7474

7575
# ALARM: Specify build host types, triplet patch
7676
[[ $CARCH == "armv7h" ]] && CONFIGFLAG="--host=armv7l-unknown-linux-gnueabihf --build=armv7l-unknown-linux-gnueabihf --with-arch=armv7-a --with-float=hard --with-fpu=neon"
77-
[[ $CARCH == "aarch64" ]] && CONFIGFLAG="--host=aarch64-unknown-linux-gnu --build=aarch64-unknown-linux-gnu --with-arch=armv8-a --enable-fix-cortex-a53-835769 --enable-fix-cortex-a53-843419"
77+
[[ $CARCH == "aarch64" ]] && CONFIGFLAG="--host=aarch64-unknown-linux-gnu --build=aarch64-unknown-linux-gnu --with-arch=armv8-a"
7878

7979
mkdir -p "$srcdir/gcc-build"
8080
mkdir -p "$srcdir/libgccjit-build"

0 commit comments

Comments
 (0)