mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-23 04:25:21 +00:00
parent
a4115cfea9
commit
ff160decec
@ -1,7 +1,8 @@
|
||||
PKG_DIR = $(call select_from_ports,gdb)/src/noux-pkg/gdb
|
||||
|
||||
CONFIGURE_ARGS += --program-prefix=$(PROGRAM_PREFIX) \
|
||||
--target=$(GDB_TARGET)
|
||||
--target=$(GDB_TARGET) \
|
||||
--disable-sim
|
||||
|
||||
# the configure script calls the linker with "-lexpat", which fails
|
||||
CONFIGURE_ARGS += --without-expat
|
||||
|
@ -270,7 +270,7 @@ BINUTILS_CONFIG += $(BINUTILS_CONFIG_$(PLATFORM))
|
||||
#
|
||||
# GDB configure arguments
|
||||
#
|
||||
GDB_CONFIG += $(COMMON_CONFIG) --disable-werror
|
||||
GDB_CONFIG += $(COMMON_CONFIG) --disable-werror --disable-sim
|
||||
|
||||
GCC_CONFIG += $(COMMON_CONFIG) \
|
||||
--enable-languages=$(LANGUAGES),go \
|
||||
|
Loading…
x
Reference in New Issue
Block a user