Explorar o código

enable-sim-stdio

Waldemar Brodkorb %!s(int64=10) %!d(string=hai) anos
pai
achega
12cbfdae81
Modificáronse 1 ficheiros con 1 adicións e 6 borrados
  1. 1 6
      toolchain/gdb/Makefile

+ 1 - 6
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