From 12cbfdae816c72ce55ea2f44ba727c411683b73c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 6 Jul 2015 13:55:03 -0500 Subject: enable-sim-stdio --- toolchain/gdb/Makefile | 7 +------ 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3