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:
Denis Shienkov
2014-12-10 18:35:15 +03:00
committed by hjk
parent ed49e1347e
commit 854fc303c0

View File

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