Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (84481bb99511139521441640c2f71a06e7df98d0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (84481bb99511139521441640c2f71a06e7df98d0)
  • Date: Wed, 17 Aug 2011 08:22:26 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/qemu/HISTORY | 4 ++++
utils/qemu/PRE_BUILD | 4 ++++
utils/qemu/cflags.patch | 11 +++++++++++
3 files changed, 19 insertions(+)

New commits:
commit 84481bb99511139521441640c2f71a06e7df98d0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

qemu: fixed compilation on i486

diff --git a/utils/qemu/HISTORY b/utils/qemu/HISTORY
index 566d435..3d110bf 100644
--- a/utils/qemu/HISTORY
+++ b/utils/qemu/HISTORY
@@ -1,3 +1,7 @@
+2011-08-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: added, to apply the patch
+ * cflags.patch: added, to fix compilation on i486 (missing space in
flags)
+
2011-08-11 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: added 0.15 branch; dropped 0.10 and 0.11 support as per
offsite; corrected mirrors for different branches; use only upstream
diff --git a/utils/qemu/PRE_BUILD b/utils/qemu/PRE_BUILD
new file mode 100755
index 0000000..50f9e7a
--- /dev/null
+++ b/utils/qemu/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p0 < "$SPELL_DIRECTORY/cflags.patch"
diff --git a/utils/qemu/cflags.patch b/utils/qemu/cflags.patch
new file mode 100644
index 0000000..58b66e7
--- /dev/null
+++ b/utils/qemu/cflags.patch
@@ -0,0 +1,11 @@
+--- configure.orig 2011-08-17 17:16:32.000000000 +0400
++++ configure 2011-08-17 17:16:41.785907691 +0400
+@@ -2538,7 +2538,7 @@
+ }
+ EOF
+ if ! compile_prog "" "" ; then
+- CFLAGS+="-march=i486"
++ CFLAGS+=" -march=i486"
+ fi
+ fi
+



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (84481bb99511139521441640c2f71a06e7df98d0), Vlad Glagolev, 08/17/2011

Archive powered by MHonArc 2.6.24.

Top of Page