diff options
Diffstat (limited to 'cross.sh')
-rw-r--r-- | cross.sh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |