From: Nick Hudson <nick.hudson@dsl.pipex.com>
To: gdb-patches@sources.redhat.com
Subject: [RFA] Fix build failure for powerpc
Date: Fri, 14 Mar 2008 17:13:00 -0000 [thread overview]
Message-ID: <200803141711.50526.nick.hudson@dsl.pipex.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 276 bytes --]
Here's a patch to fix a build problem for powerpc where libintl isn't found
properly.
OK?
Can I commit it to the new 6.8 branch?
Thanks,
Nick
ChangeLog
* sim/ppc/configure.ac: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.
* sim/ppc/configure: Regenerate.
[-- Attachment #2: ChangeLog --]
[-- Type: text/plain, Size: 119 bytes --]
* sim/ppc/configure.ac: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.
* sim/ppc/configure: Regenerate.
[-- Attachment #3: sim-ppc.diff --]
[-- Type: text/x-diff, Size: 1232 bytes --]
Index: sim/ppc/configure
===================================================================
RCS file: /cvs/src/src/sim/ppc/configure,v
retrieving revision 1.15
diff -u -p -u -r1.15 configure
--- sim/ppc/configure 13 Jun 2006 08:06:50 -0000 1.15
+++ sim/ppc/configure 14 Mar 2008 17:03:31 -0000
@@ -2388,8 +2388,8 @@ XGETTEXT=
GMSGFMT=
POSUB=
-if test -f ../intl/config.intl; then
- . ../intl/config.intl
+if test -f ../../intl/config.intl; then
+ . ../../intl/config.intl
fi
echo "$as_me:$LINENO: checking whether NLS is requested" >&5
echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
Index: sim/ppc/configure.ac
===================================================================
RCS file: /cvs/src/src/sim/ppc/configure.ac,v
retrieving revision 1.6
diff -u -p -u -r1.6 configure.ac
--- sim/ppc/configure.ac 31 May 2006 15:14:45 -0000 1.6
+++ sim/ppc/configure.ac 14 Mar 2008 17:03:33 -0000
@@ -17,7 +17,7 @@ CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CF
dnl We don't use gettext, but bfd does. So we do the appropriate checks
dnl to see if there are intl libraries we should link against.
ALL_LINGUAS=
-ZW_GNU_GETTEXT_SISTER_DIR
+ZW_GNU_GETTEXT_SISTER_DIR(../../intl)
AC_ARG_ENABLE(sim-alignment,
next reply other threads:[~2008-03-14 17:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-14 17:13 Nick Hudson [this message]
2008-03-14 17:58 ` Daniel Jacobowitz
2008-03-17 18:45 ` Michael Snyder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200803141711.50526.nick.hudson@dsl.pipex.com \
--to=nick.hudson@dsl.pipex.com \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox