Skip to content

Instantly share code, notes, and snippets.

@abrodkin
Last active November 12, 2020 12:00
Show Gist options
  • Save abrodkin/d7bcc434198c15c0001e121a45317e40 to your computer and use it in GitHub Desktop.
Save abrodkin/d7bcc434198c15c0001e121a45317e40 to your computer and use it in GitHub Desktop.
Crosstool-NG configuration for ARC64 Linux toolchain
CT_CONFIG_VERSION="3"
CT_EXPERIMENTAL=y
CT_ARCH_ARC=y
CT_ARCH_64=y
CT_TARGET_VENDOR="snps"
CT_TARGET_ALIAS="arc64-linux"
CT_KERNEL_LINUX=y
CT_LINUX_SRC_DEVEL=y
CT_LINUX_DEVEL_URL="https://github.com/foss-for-synopsys-dwc-arc-processors/linux.git"
CT_LINUX_DEVEL_BRANCH="arc64"
CT_BINUTILS_SRC_DEVEL=y
CT_BINUTILS_DEVEL_URL="https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb.git"
CT_BINUTILS_DEVEL_BRANCH="arc64"
CT_GLIBC_SRC_DEVEL=y
CT_GLIBC_DEVEL_URL="https://github.com/foss-for-synopsys-dwc-arc-processors/glibc.git"
CT_GLIBC_DEVEL_BRANCH="arc64"
CT_GCC_SRC_DEVEL=y
CT_GCC_DEVEL_VCS_git=y
CT_GCC_DEVEL_URL="https://github.com/foss-for-synopsys-dwc-arc-processors/gcc.git"
CT_GCC_DEVEL_BRANCH="arc64"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment