Don't hardcode paths

This commit is contained in:
2017-10-29 11:31:59 +01:00
parent 177be9dcc5
commit 261cc76e8f
4 changed files with 6 additions and 5 deletions

View File

@@ -2,4 +2,4 @@
if [ -z ${MITTOS64+x} ]; then >&2 echo "Unsupported environment! See README"; exit 1; fi
/usr/bin/gdb -q -x /opt/toolchain/gdbinit
/usr/bin/gdb -q -x ${BUILDROOT}toolchain/gdbinit