From c694018df47a75161ed3638721bfaffc09eb0f4d Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Mon, 7 Sep 2015 00:58:02 +1000 Subject: gdb: only install executables libs and headers conflict with other pkgs - mostly bfd --- src/gdb.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/gdb.mk b/src/gdb.mk index 056f2c3..95faa3c 100644 --- a/src/gdb.mk +++ b/src/gdb.mk @@ -23,6 +23,8 @@ define $(PKG)_BUILD --with-system-readline \ CONFIG_SHELL=$(SHELL) $(MAKE) -C '$(1)' -j '$(JOBS)' - $(MAKE) -C '$(1)' -j 1 install MAKEINFO=true -endef + # executables are always static and we don't the rest + $(INSTALL) -m755 '$(1)/gdb/gdb.exe' '$(PREFIX)/$(TARGET)/bin/' + $(INSTALL) -m755 '$(1)/gdb/gdbserver/gdbserver.exe' '$(PREFIX)/$(TARGET)/bin/' +endef -- cgit v0.12