Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0be080179a8b0229aeddf5d32a55cf73362837d6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0be080179a8b0229aeddf5d32a55cf73362837d6)
  • Date: Sun, 19 Jul 2015 04:58:57 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

editors/emacs/BUILD | 2 +-
editors/emacs/HISTORY | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 0be080179a8b0229aeddf5d32a55cf73362837d6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

emacs: Remove -ftree-loop-if-convert-stores instead of -fsched-spec-load

The -fsched-spec-load flag actually works fine, the change was
accidentally
commited along with other stuff, without proper testing.

This reverts commit 99e6517ff2a0bc6856faff092c8487ef0846b3fd.

diff --git a/editors/emacs/BUILD b/editors/emacs/BUILD
index 8ca5067..c079582 100755
--- a/editors/emacs/BUILD
+++ b/editors/emacs/BUILD
@@ -10,7 +10,7 @@ export LDFLAGS="${LDFLAGS/-z combreloc/}" &&
export LDFLAGS="${LDFLAGS//-Wl,-O1/}" &&

# XXX Causes a segfault during the bootstrapping
-CFLAGS="${CFLAGS/-fsched-spec-load }" &&
+CFLAGS="${CFLAGS/-ftree-loop-if-convert-stores}" &&

OPTS="$OPTS --with-x-toolkit=$EMACS_XTOOLKIT" &&
if [[ "$EMACS_BRANCH" == "scm" ]]; then
diff --git a/editors/emacs/HISTORY b/editors/emacs/HISTORY
index 081d418..b20a7a9 100644
--- a/editors/emacs/HISTORY
+++ b/editors/emacs/HISTORY
@@ -1,5 +1,5 @@
-2015-07-17 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD: Remove -fsched-spec-load from CFLAGS, breaks build
+2015-07-19 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Remove -ftree-loop-if-convert-stores from CFLAGS, breaks
build

2015-06-30 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: Doesn't depend on imlib anymore



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0be080179a8b0229aeddf5d32a55cf73362837d6), Ismael Luceno, 07/19/2015

Archive powered by MHonArc 2.6.24.

Top of Page