public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Add missing libunwind-ppc32.a
@ 2007-11-23 19:05 cagney
  0 siblings, 0 replies; only message in thread
From: cagney @ 2007-11-23 19:05 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  6145c77ab08743d638808aabcf2b37e2ff19788d (commit)
      from  8c320cb2580d3ba842778c46afa7ce04017ab92a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 6145c77ab08743d638808aabcf2b37e2ff19788d
Author: Andrew Cagney <cagney@redhat.com>
Date:   Fri Nov 23 14:05:12 2007 -0500

    Add missing libunwind-ppc32.a
    
    2007-11-23  Andrew Cagney  <cagney@redhat.com>
    
           * Makefile.am (GEN_GCJ_LDADD_LIST): Add libunwind-ppc32.a

-----------------------------------------------------------------------

Summary of changes:
 frysk-gtk/ChangeLog   |    4 ++++
 frysk-gtk/Makefile.am |   10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

First 500 lines of diff:
diff --git a/frysk-gtk/ChangeLog b/frysk-gtk/ChangeLog
index bd32be6..eb97cfe 100644
--- a/frysk-gtk/ChangeLog
+++ b/frysk-gtk/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-23  Andrew Cagney  <cagney@redhat.com>
+
+	* Makefile.am (GEN_GCJ_LDADD_LIST): Add libunwind-ppc32.a
+
 2007-08-24  Mark Wielaard  <mwielaard@redhat.com>
 
 	* Makefile.am: Change GEN_GCJ_LDADD to GEN_GCJ_LDADD_LIST.
diff --git a/frysk-gtk/Makefile.am b/frysk-gtk/Makefile.am
index c7dede7..176dcd6 100644
--- a/frysk-gtk/Makefile.am
+++ b/frysk-gtk/Makefile.am
@@ -56,11 +56,11 @@ GEN_GCJ_LDADD_LIST += ../frysk-imports/elfutils/libdwfl/libdwfl.a
 GEN_GCJ_LDADD_LIST += ../frysk-imports/elfutils/libdw/libdw.a
 GEN_GCJ_LDADD_LIST += ../frysk-imports/elfutils/libebl/libebl.a
 GEN_GCJ_LDADD_LIST += ../frysk-imports/elfutils/libelf/libelf.a
-if USE_LIBUNWIND
-GEN_GCJ_LDADD_LIST += ../frysk-imports/libunwind-i386/src/.libs/libunwind-x86.a \
-                 ../frysk-imports/libunwind-x86_64/src/.libs/libunwind-x86_64.a \
-                 ../frysk-imports/libunwind-ppc64/src/.libs/libunwind-ppc64.a
-endif
+GEN_GCJ_LDADD_LIST += \
+	../frysk-imports/libunwind-i386/src/.libs/libunwind-x86.a \
+	../frysk-imports/libunwind-x86_64/src/.libs/libunwind-x86_64.a \
+	../frysk-imports/libunwind-ppc32/src/.libs/libunwind-ppc32.a \
+	../frysk-imports/libunwind-ppc64/src/.libs/libunwind-ppc64.a
 GEN_GCJ_LDADD_LIST += -lstdc++
 # For auditing
 GEN_GCJ_LDADD_LIST += -laudit


hooks/post-receive
--
frysk system monitor/debugger


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-23 19:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-23 19:05 [SCM] master: Add missing libunwind-ppc32.a cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).