Once more...
This commit is contained in:
parent
a1c17488d2
commit
dae754a52d
@ -17,4 +17,6 @@ pushd /home/build/osdev/toolchain
|
||||
wget "https://github.com/downloads/klange/osdev/toolchain-2012-12-07.tar.gz"
|
||||
tar -xaf "toolchain-2012-12-07.tar.gz"
|
||||
. activate.sh || exit 1
|
||||
echo $PATH
|
||||
$TARGET-gcc --version
|
||||
popd
|
||||
|
@ -1,7 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
unset CC
|
||||
. toolchain/activate.sh || exit 1
|
||||
pushd /home/build/osdev/toolchain
|
||||
. activate.sh || exit 1
|
||||
echo $PATH
|
||||
$TARGET-gcc --version
|
||||
popd
|
||||
pushd userspace
|
||||
make || exit 1
|
||||
popd
|
||||
|
Loading…
x
Reference in New Issue
Block a user