define Package/gdb/Default
SECTION:=utils
CATEGORY:=Utilities
+ DEPENDS:= @!(avr32||cris)
endef
define Package/gdb
than the one which is running the program being debugged.
endef
+# XXX: add --disable-werror to prevent build failure with arm
CONFIGURE_ARGS+= \
- --with-system-readline
+ --with-system-readline \
+ --disable-werror \
CONFIGURE_VARS+= \
ac_cv_search_tgetent="$(TARGET_LDFLAGS) -lncurses -lreadline"