6 lines
187 B
Bash
Executable File
6 lines
187 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
if [ -z ${MITTOS64+x} ]; then >&2 echo "Unsupported environment! See README"; exit 1; fi
|
|
|
|
/usr/bin/gdb -q -x ${BUILDROOT}toolchain/gdbinit -se ${BUILDROOT}sysroot/kernel $@
|