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

The branch, master has been updated
       via  6a376f1cd345137afebeba5972613e535a88e518 (commit)
      from  8675dcf1b411aa7dcbf21d868ca4643d345b78c3 (commit)

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

- Log -----------------------------------------------------------------
commit 6a376f1cd345137afebeba5972613e535a88e518
Author: Andrew Cagney <cagney@redhat.com>
Date:   Fri Nov 23 10:00:42 2007 -0500

    Note libunwind patch.

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

Summary of changes:
 htdocs/build/rhel/index.html |   31 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/htdocs/build/rhel/index.html b/htdocs/build/rhel/index.html
index 6b8b555..34009c1 100644
--- a/htdocs/build/rhel/index.html
+++ b/htdocs/build/rhel/index.html
@@ -122,7 +122,36 @@ and on a 64-bit system:
 <pre>
 $ ( mkdir build && cd build && ../frysk/autogen.sh \
      PKG_CONFIG_PATH=/usr/lib64/frysk/pkgconfig:/usr/lib64/pkgconfig \
-     GLADE_DTD_FILE=/usr/share/frysk/xml/libglade/glade-2.0.dtd )
+     GLADE_DTD_FILE=/usr/share/frysk/xml/libglade/glade-2.0.dtd \
+     "JAVAC=gcj4 -C" \
+     GCJ=gcj4 \
+     GIJ=gij4 \
+     JAR=fastjar4 \
+     GCJH=gcjh4 \
+     GCJ_DBTOOL=gcj-dbtool4 \
+     GCC=gcc4 \
+     CC=gcc4 \
+     CXX=g++4 \
+     JAVA=gij4 \
+     JV_SCAN=jv-scan4 \
+)
+</pre>
+
+<p>
+In addition, you may need to apply this patch:
+
+<pre>
+--- frysk-imports/libunwind/include/libunwind_i.h-orig  2007-02-12 18:04:10.000000000 -0500
++++ frysk-imports/libunwind/include/libunwind_i.h       2007-02-12 18:05:07.000000000 -0500
+@@ -69,7 +69,7 @@
+ # define UNUSED                __attribute__((unused))
+ # define NORETURN      __attribute__((noreturn))
+ # define ALIAS(name)   __attribute__((alias (#name)))
+-# if (__GNUC__ > 3) || (__GNUC__ == 3 && __GNUC_MINOR__ > 2)
++# if 0 /* gcc4-4.1.0-18.EL4 workaround.  */
+ #  define ALWAYS_INLINE        inline __attribute__((always_inline))
+ #  define HIDDEN       __attribute__((visibility ("hidden")))
+ #  define PROTECTED    __attribute__((visibility ("protected")))
 </pre>
 
 <p>


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 15:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-23 15:01 [SCM] master: Note libunwind patch 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).