genode/repos/ports/src/noux-pkg/gdb/target.inc

18 lines
469 B
PHP

NOUX_CONFIGURE_ARGS += --program-prefix=$(PROGRAM_PREFIX) \
--target=$(GDB_TARGET)
# the configure script calls the linker with "-lexpat", which fails
NOUX_CONFIGURE_ARGS += --without-expat
NOUX_CFLAGS += -DHAVE_LIBEXPAT=1
LIBS += ncurses expat
NOUX_PKG_DIR = $(wildcard $(REP_DIR)/contrib/gdb-*)
# workaround for problems with makeinfo version 5
NOUX_MAKE_ENV += "MAKEINFO=true"
NOUX_INSTALL_TARGET = install
include $(REP_DIR)/mk/noux.mk