Moved cross-compiler to ~/opt not ~/opt-test
This commit is contained in:
parent
7009447031
commit
4a16d95d0f
2 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ tar -xvf gcc-9.2.0.tar.xz
|
|||
# but, for now, this is what we'll use.
|
||||
# Besides, we'd need patches for a custom OS target
|
||||
TARGET=i686-elf
|
||||
PREFIX="$HOME/opt-test/cross"
|
||||
PREFIX="$HOME/opt/cross"
|
||||
PATH="$PREFIX/bin:$PATH"
|
||||
|
||||
# Go ahead and make sure the prefix exists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue