diff options
author | Marvin Borner | 2020-01-03 00:18:06 +0100 |
---|---|---|
committer | Marvin Borner | 2020-01-03 00:18:06 +0100 |
commit | 677d922d60e8e40ec361a14a7095bd8a56c7cb20 (patch) | |
tree | fa531fa22dfabd3eb6eaca8c26b20704c9cd9706 /cross.sh | |
parent | 18cf494861766b17001785967594252651920d19 (diff) |
Fixed cross build?
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 |