forked from qt-creator/qt-creator
Add target to build GDB for bare metal devices on Windows
Change-Id: I6dd138213b72f2e84e3970d76065515c9f501cac Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
2
dist/gdb/Makefile.mingw
vendored
2
dist/gdb/Makefile.mingw
vendored
@@ -1,6 +1,6 @@
|
||||
broot=${PWD}
|
||||
source=${broot}/source
|
||||
targets=arm-none-linux-gnueabi i686-pc-mingw32
|
||||
targets=arm-none-eabi arm-none-linux-gnueabi i686-pc-mingw32
|
||||
staging=${broot}/staging
|
||||
pyversion=2.7
|
||||
pydir=${broot}/python
|
||||
|
||||
Reference in New Issue
Block a user