build: Do not export $TOOLCHAIN from toolchain-files

This commit is contained in:
mintsuki 2022-06-20 01:04:18 +02:00
parent ed89ebe16b
commit 99cb8f2653
2 changed files with 0 additions and 4 deletions

View File

@ -17,8 +17,6 @@ else
ENFORCE_TOOLCHAIN=yes
fi
AC_SUBST(TOOLCHAIN, $TOOLCHAIN)
AC_DEFUN([CC_ERROR_MSG], [
AC_MSG_ERROR([no suitable LIMINE_CC found, run $srcdir/make_toolchain.sh or install the appropriate GCC/Clang])
])

View File

@ -1,5 +1,3 @@
override TOOLCHAIN := @TOOLCHAIN@
export TOOLCHAIN
override LIMINE_CC := @LIMINE_CC@
export LIMINE_CC
override LIMINE_LD := @LIMINE_LD@