aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'package/devel/gdb')
-rw-r--r--package/devel/gdb/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/devel/gdb/Makefile b/package/devel/gdb/Makefile
index 9e20644b04..f474502869 100644
--- a/package/devel/gdb/Makefile
+++ b/package/devel/gdb/Makefile
@@ -62,7 +62,11 @@ CONFIGURE_ARGS+= \
--disable-ubsan \
--disable-sim \
--disable-werror \
- --disable-source-highlight
+ --disable-source-highlight \
+ --without-mpc \
+ --without-mpfr \
+ --without-isl \
+ --with-libgmp-prefix=$(STAGING_DIR)/usr
CONFIGURE_VARS+= \
ac_cv_search_tgetent="$(TARGET_LDFLAGS) -lncurses -lreadline"