Moved cross-compiler to ~/opt not ~/opt-test

This commit is contained in:
Kat R. 2021-06-13 17:40:52 -05:00
parent 7009447031
commit 4a16d95d0f
2 changed files with 5 additions and 5 deletions

View file

@ -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