Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Tommy Boatman (63145900d613b8699078897e215121d9f0a844a2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Tommy Boatman <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Tommy Boatman (63145900d613b8699078897e215121d9f0a844a2)
  • Date: Tue, 27 Nov 2012 20:30:20 -0600

GIT changes to master grimoire by Tommy Boatman <tboatman AT sourcemage.org>:

devel/gdb/DEPENDS | 4 ++--
devel/gdb/HISTORY | 4 ++++
2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 63145900d613b8699078897e215121d9f0a844a2
Author: Tommy Boatman <tboatman AT sourcemage.org>
Commit: Tommy Boatman <tboatman AT sourcemage.org>

gdb: fix libunwind dependency

diff --git a/devel/gdb/DEPENDS b/devel/gdb/DEPENDS
index 744620c..b456e3a 100755
--- a/devel/gdb/DEPENDS
+++ b/devel/gdb/DEPENDS
@@ -18,8 +18,8 @@ optional_depends gettext \
"for Native Language Support" &&

optional_depends libunwind \
- "--with-libunwind" \
- "--without-libunwind" \
+ "--with-libunwind-`uname -m`" \
+ "--without-libunwind-`uname -m`" \
"for libunwind frame unwinding support" &&

optional_depends ncurses \
diff --git a/devel/gdb/HISTORY b/devel/gdb/HISTORY
index 16f7849..ab9feac 100644
--- a/devel/gdb/HISTORY
+++ b/devel/gdb/HISTORY
@@ -1,3 +1,7 @@
+2012-11-27 Tommy Boatman <tboatman AT sourcemage.org>
+ * DEPENDS: changed --with-libunwind to --with-libunwind-`uname -m`
+ * and --without also. --with-libunwind is deprecated
+
2012-09-21 Sukneet Basuta <sukneet AT sourcemage.org>
* INSTALL: added. Use make -C gdb install to install,
so it does not install files that conflict with bintuils



  • [SM-Commit] GIT changes to master grimoire by Tommy Boatman (63145900d613b8699078897e215121d9f0a844a2), Tommy Boatman, 11/27/2012

Archive powered by MHonArc 2.6.24.

Top of Page