diff options
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gdb/Makefile | 7 |
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 |