* [yocto][meta-mingw][PATCH] gdb-cross-canadian: Stop statically linking
@ 2020-07-21 17:57 Joshua Watt
0 siblings, 0 replies; only message in thread
From: Joshua Watt @ 2020-07-21 17:57 UTC (permalink / raw)
To: yocto; +Cc: Joshua Watt
gdb was configured to statically link, presumably so it could find the
static libexpat library. Since libexpat has been updated, it no longer
builds a static library, so remove the flag to make GDB look for one.
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
recipes-devtools/gdb/gdb-cross-canadian_%.bbappend | 1 -
1 file changed, 1 deletion(-)
diff --git a/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend b/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend
index 067b614..c33a9ce 100644
--- a/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend
+++ b/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend
@@ -1,4 +1,3 @@
-LDFLAGS_append_sdkmingw32 = " -Wl,-static"
EXEEXT_sdkmingw32 = ".exe"
DEPENDS_remove_sdkmingw32 = "nativesdk-ncurses nativesdk-readline nativesdk-python"
RDEPENDS_${PN}_remove_sdkmingw32 = "nativesdk-python-core nativesdk-python-lang nativesdk-python-re nativesdk-python-codecs nativesdk-python-netclient"
--
2.27.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-07-21 17:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-21 17:57 [yocto][meta-mingw][PATCH] gdb-cross-canadian: Stop statically linking Joshua Watt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.