From 8efb0c6c75089f58cee4273033edf28475373ab9 Mon Sep 17 00:00:00 2001 From: HP van Braam Date: Mon, 22 Jul 2024 15:49:26 +0200 Subject: [PATCH] build and link libbfd and libopcodes as static libraries --- package/gdb/gdb.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk index 070598b385b7..98d988cb14bb 100644 --- a/package/gdb/gdb.mk +++ b/package/gdb/gdb.mk @@ -132,6 +132,7 @@ GDB_CONF_OPTS = \ --without-included-gettext \ --disable-werror \ --enable-static \ + --disable-shared \ --without-mpfr \ --disable-source-highlight @@ -252,6 +253,7 @@ endif HOST_GDB_CONF_OPTS = \ --target=$(GNU_TARGET_NAME) \ --enable-static \ + --disable-shared \ --without-uiout \ --disable-gdbtk \ --without-x \