Enable the ARM Simulator for GDB

This should add the `target sim` for GDB from what I’ve seen online about this.

Closes #295
This commit is contained in:
Chaos 2019-02-07 13:59:48 -06:00 committed by GitHub
parent 4dfa540396
commit 3cc9903b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -427,7 +427,7 @@ CT_CC_LANG_FORTRAN=y
CT_DEBUG_gdb=y
CT_GDB_CROSS=y
# CT_GDB_CROSS_STATIC is not set
# CT_GDB_CROSS_SIM is not set
CT_GDB_CROSS_SIM=y
CT_GDB_CROSS_PYTHON=y
CT_GDB_CROSS_PYTHON_BINARY=""
CT_GDB_CROSS_EXTRA_CONFIG_ARRAY=""