Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Julien ROZO (a70ab69cf08dab718acf114759957c08d1a900d6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Julien ROZO (a70ab69cf08dab718acf114759957c08d1a900d6)
  • Date: Fri, 7 Nov 2008 17:08:33 -0800

On Fri, 7 Nov 2008 16:49:13 -0600
Julien ROZO <scm AT sourcemage.org> wrote:

> GIT changes to master grimoire by Julien ROZO <julien AT rozo.org>:
>
> libs/glibc/HISTORY | 5 +++++
> libs/glibc/PRE_BUILD | 8 ++++++++
> libs/glibc/fnstsw.patch | 11 +++++++++++
>
> New commits:
> commit 4ea5b6a428c9edbc6c9e475708b9fc4e249da952
> Author: Julien ROZO <julien AT rozo.org>
> Commit: Julien ROZO <julien AT rozo.org>
>
> glibc: added fnstsw.patch (applied via PRE_BUILD) to fix asm
> compilation issue for version 2.7 with latest binutils
>
> diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
> index 1700090..6cff206 100644
> --- a/libs/glibc/HISTORY
> +++ b/libs/glibc/HISTORY
> @@ -1,3 +1,8 @@
> +2008-11-07 : Julien "_kaze_" ROZO <julien AT rozo.org>
> + * fnstsw.patch: added, fix asm compilation issue for version
> 2.7
> + with latest binutils
> + * PRE_BUILD: apply fnstsw.patch
> +
> 2008-10-29 Ladislav Hagara <hgr AT vabo.cz>
> * DETAILS: 2.8 from CVS #14831
>
> diff --git a/libs/glibc/PRE_BUILD b/libs/glibc/PRE_BUILD
> index afdf138..9321bcc 100755
> --- a/libs/glibc/PRE_BUILD
> +++ b/libs/glibc/PRE_BUILD
> @@ -68,6 +68,14 @@ if [[ "$GLIBC_CVS" != "y" ]]; then
> autoconf
> fi &&
>
> +#
> +# Fix for fnstsw asm issue with latest binutils
> +# http://sourceware.org/ml/binutils/2008-01/msg00151.html
> +#
> +if [[ "$GLIBC_CVS" != "y" ]]; then
> + patch -p1 < $SCRIPT_DIRECTORY/fnstsw.patch
> +fi &&

I think this patch is only required for x86, not x86_64. My x86_64
machine had no issue (before or after the patch), but my x86 machine
failed to build until you applied this patch (thanks! :)).

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page