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

__CROSS="ppc64el"
FAIL_ARCH="${__CROSS}"

PKGDES="GNU Compiler Collection (cross compiler for POWER 64-bit Little Endian GNU/Linux targets)"

NOSTATIC=0

# Note: Sync from core-devel/gcc.
TARGET_OPTIONS="""
    --with-libphobos-druntime-only=no
    --with-cpu=power8
    --with-tune=power9
    --with-long-double-128
    --with-long-double-format=ieee
    --enable-secureplt
    --enable-targets=powerpcle-linux
"""
