gcc-cross/config.xml
dingguangya 39d6434120 [gcc-cross] Provides the ability to build 32-bit and 64 bit programs in parallel
(cherry picked from commit faa939e8ba6b0de255ef062b298ad587bb1b616f)
2022-11-17 16:04:16 +08:00

21 lines
393 B
XML

COMPILER_INFO="gcc 10.3.1"
GCC="gcc"
GCC_DIR="gcc-10.3.0"
BINUTILS="binutils"
BINUTILS_DIR="binutils-2.37"
MPFR="mpfr"
MPFR_DIR="mpfr-4.1.0"
GMP="gmp"
GMP_DIR="gmp-6.2.1"
MPC="libmpc"
MPC_DIR="mpc-1.2.0"
ISL="isl"
ISL_DIR="isl-0.16.1"
GLIBC="glibc"
GLIBC_DIR="glibc-2.34"
KERNEL_HEADERS="kernel_headers"
KERNEL_HEADERS_64="kernel_headers_64"
LINUX_KERNEL="kernel"
LINUX_KERNEL_64="kernel-64"