PKGNAME=gcc+cross-arm64
PKGSEC=devel
PKGDEP="binutils+cross-arm64"

__CROSS="arm64"
FAIL_ARCH="${__CROSS}"

PKGDES="GNU Compiler Collection (cross compiler for AArch64 GNU/Linux targets)"

NOSTATIC=0

# Note: Sync from core-devel/gcc.
TARGET_OPTIONS="""
    --disable-fixed-point
    --with-arch=armv8-a
    --enable-fix-cortex-a53-835769
    --enable-fix-cortex-a53-843419
"""
