Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Eric Sandall (bb2c85e517ee71b6ce602b0af6c72ab13d19fe39)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Eric Sandall (bb2c85e517ee71b6ce602b0af6c72ab13d19fe39)
  • Date: Thu, 29 Nov 2007 21:49:50 +0100

On Thursday 29 of November 2007 19:40:18 Eric Sandall wrote:
> GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:
>
> devel/jam/HISTORY | 4 ++++
> devel/jam/PRE_BUILD | 1 +
> 2 files changed, 5 insertions(+)
>
> New commits:
> commit bb2c85e517ee71b6ce602b0af6c72ab13d19fe39
> Author: Eric Sandall <sandalle AT sourcemage.org>
> Commit: Eric Sandall <sandalle AT sourcemage.org>
>
> jam: Fix compilation with gcc 4.2 (Bug #14145)

> +CFLAGS="-fno-strict-aliasing $CFLAGS" &&
To nitpick: if the user set his custom CFLAGS to include -fstrict-aliasing, I
think this wouldn't work, the order is important. So it would be better to
have it like:
CFLAGS="$CFLAGS -fno-strict-aliasing"

--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page