From 677d922d60e8e40ec361a14a7095bd8a56c7cb20 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 3 Jan 2020 00:18:06 +0100 Subject: Fixed cross build? --- cross.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cross.sh') diff --git a/cross.sh b/cross.sh index 6a4c21c..4eb0953 100644 --- a/cross.sh +++ b/cross.sh @@ -33,9 +33,7 @@ if [ ! -d "./cross/" ]; then make install-gcc make install-target-libgcc - # Source exported variables cd "${DIR}/.." || exit - . cross.sh else # Should be sourced to take effect cd cross || exit @@ -44,4 +42,4 @@ else export TARGET=i686-elf export PATH="$PREFIX/bin:$PATH" cd .. -fi \ No newline at end of file +fi -- cgit v1.2.3