Advertisement
Guest User

Untitled

a guest
Nov 5th, 2021
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. diff --git a/package/devel/gdb/Makefile b/package/devel/gdb/Makefile
  2. index 9e20644b04fb..2a66297dcbfd 100644
  3. --- a/package/devel/gdb/Makefile
  4. +++ b/package/devel/gdb/Makefile
  5. @@ -62,7 +62,11 @@ CONFIGURE_ARGS+= \
  6. --disable-ubsan \
  7. --disable-sim \
  8. --disable-werror \
  9. - --disable-source-highlight
  10. + --disable-source-highlight \
  11. + --without-mpc \
  12. + --without-mpfr \
  13. + --without-isl \
  14. + --with-gmp=$(STAGING_DIR)/usr
  15.  
  16. CONFIGURE_VARS+= \
  17. ac_cv_search_tgetent="$(TARGET_LDFLAGS) -lncurses -lreadline"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement