1 # ARCH will be auto-detected as the host if not specified
3 CC_BASE_PREFIX
=/opt
/cross
6 GCC_BOOTSTRAP_CONFFLAGS
=--disable-lto-plugin
7 GCC_CONFFLAGS
=--disable-lto-plugin
9 # Disable these three lines when running build-gcc-deps.sh
10 CC
="'"${MUSL_CC_PREFIX}gcc
"' -Wl,-Bstatic -static-libgcc"
11 CXX
="'"${MUSL_CC_PREFIX}g
++"' -Wl,-Bstatic -static-libgcc"