summaryrefslogtreecommitdiff
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-07-06 13:55:03 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-07-06 13:55:10 -0500
commit12cbfdae816c72ce55ea2f44ba727c411683b73c (patch)
tree55102293b248b1bf4efc8df0ba3ee2695e1a29a6 /toolchain/gdb
parente4fa719e585996da9605d621bc3dabac2e7496aa (diff)
enable-sim-stdio
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index f890a867e..8f115f93e 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -9,14 +9,9 @@ include ${ADK_TOPDIR}/mk/buildhlp.mk
ifeq (${ADK_MAKE_PARALLEL},y)
GDB_MAKEOPTS+= -j${ADK_MAKE_JOBS}
endif
-ifeq ($(ADK_TARGET_SIM),y)
-CONFIGURE_ARGS:= --enable-sim
-else
-CONFIGURE_ARGS:= --disable-sim
-endif
ifeq ($(ADK_TARGET_SIM),y)
-CONFIGURE_ARGS:= --enable-sim
+CONFIGURE_ARGS:= --enable-sim --enable-sim-stdio
else
CONFIGURE_ARGS:= --disable-sim
endif