Revert "firefox: temp broken on aarch64"

This reverts commit 0f464d23b2.
This commit is contained in:
classabbyamp 2024-10-05 19:31:16 -04:00
parent 34e0fc2030
commit e44762ac60
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -34,7 +34,6 @@ desc_option_lto="Enable Link Time Optimization"
desc_option_clang="Build with clang"
case $XBPS_TARGET_MACHINE in
aarch64*) broken="builders need to be fixed" ;;
armv[56]*) broken="required NEON extensions are not supported on armv6" ;;
ppc64*) ;;
ppc*) broken="xptcall bitrot" ;;