Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (52e213f4804a731b307c6f2d23587f14d9c62ab7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (52e213f4804a731b307c6f2d23587f14d9c62ab7)
  • Date: Fri, 9 May 2008 19:42:51 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

devel/mono/BUILD | 4 ++++
devel/mono/HISTORY | 3 +++
2 files changed, 7 insertions(+)

New commits:
commit 52e213f4804a731b307c6f2d23587f14d9c62ab7
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

mono: Fails to compile with -O3 on nocona_32 (at least), lowering to -O2
on that architecture

diff --git a/devel/mono/BUILD b/devel/mono/BUILD
index 6144502..fc4686c 100755
--- a/devel/mono/BUILD
+++ b/devel/mono/BUILD
@@ -2,6 +2,10 @@ if [ "${HOST%%-*}" == x86_64 ]; then
CFLAGS="${CFLAGS//-[fD]PIC/}"
fi &&

+if [[ "$ARCHITECTURE" == "nocona_32" ]]; then
+ CFLAGS=${CFLAGS/-O3/-O2}
+fi &&
+
OPTS="--with-tls=pthread $OPTS --build=${BUILD}"

[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"
diff --git a/devel/mono/HISTORY b/devel/mono/HISTORY
index 1222b40..71ec6ed 100644
--- a/devel/mono/HISTORY
+++ b/devel/mono/HISTORY
@@ -1,3 +1,6 @@
+2008-05-09 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Fails to build with -O3 on nocona_32 at least, lower to -O2
+
2008-04-27 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 1.9.1.




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (52e213f4804a731b307c6f2d23587f14d9c62ab7), Eric Sandall, 05/09/2008

Archive powered by MHonArc 2.6.24.

Top of Page