build: Do not export $TOOLCHAIN from toolchain-files
This commit is contained in:
parent
ed89ebe16b
commit
99cb8f2653
|
@ -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])
|
||||
])
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
override TOOLCHAIN := @TOOLCHAIN@
|
||||
export TOOLCHAIN
|
||||
override LIMINE_CC := @LIMINE_CC@
|
||||
export LIMINE_CC
|
||||
override LIMINE_LD := @LIMINE_LD@
|
||||
|
|
Loading…
Reference in New Issue