aboutsummaryrefslogtreecommitdiff
path: root/cross.sh
diff options
context:
space:
mode:
authorMarvin Borner2020-01-03 00:18:06 +0100
committerMarvin Borner2020-01-03 00:18:06 +0100
commit677d922d60e8e40ec361a14a7095bd8a56c7cb20 (patch)
treefa531fa22dfabd3eb6eaca8c26b20704c9cd9706 /cross.sh
parent18cf494861766b17001785967594252651920d19 (diff)
Fixed cross build?
Diffstat (limited to 'cross.sh')
-rw-r--r--cross.sh4
1 files changed, 1 insertions, 3 deletions
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