* [RFA] Fix build failure for powerpc
@ 2008-03-14 17:13 Nick Hudson
2008-03-14 17:58 ` Daniel Jacobowitz
0 siblings, 1 reply; 3+ messages in thread
From: Nick Hudson @ 2008-03-14 17:13 UTC (permalink / raw)
To: gdb-patches
[-- 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,
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFA] Fix build failure for powerpc
2008-03-14 17:13 [RFA] Fix build failure for powerpc Nick Hudson
@ 2008-03-14 17:58 ` Daniel Jacobowitz
2008-03-17 18:45 ` Michael Snyder
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Jacobowitz @ 2008-03-14 17:58 UTC (permalink / raw)
To: Nick Hudson; +Cc: gdb-patches
On Fri, Mar 14, 2008 at 05:11:50PM +0000, Nick Hudson wrote:
> 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?
Yes, and thank you for taking care of this at last.
--
Daniel Jacobowitz
CodeSourcery
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFA] Fix build failure for powerpc
2008-03-14 17:58 ` Daniel Jacobowitz
@ 2008-03-17 18:45 ` Michael Snyder
0 siblings, 0 replies; 3+ messages in thread
From: Michael Snyder @ 2008-03-17 18:45 UTC (permalink / raw)
To: Daniel Jacobowitz; +Cc: Nick Hudson, gdb-patches
On Fri, 2008-03-14 at 13:58 -0400, Daniel Jacobowitz wrote:
> On Fri, Mar 14, 2008 at 05:11:50PM +0000, Nick Hudson wrote:
> > 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?
>
> Yes, and thank you for taking care of this at last.
Yay! ;-)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-03-17 18:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-14 17:13 [RFA] Fix build failure for powerpc Nick Hudson
2008-03-14 17:58 ` Daniel Jacobowitz
2008-03-17 18:45 ` Michael Snyder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox