Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (8a8566ce9e03e0fbbf04b8a95f712b061834aee7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (8a8566ce9e03e0fbbf04b8a95f712b061834aee7)
  • Date: Sun, 31 Jul 2011 13:20:12 -0500

GIT changes to master grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

gnu/gcc/CONFIGURE | 3 +--
gnu/gcc/HISTORY | 3 +++
2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 8a8566ce9e03e0fbbf04b8a95f712b061834aee7
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

gcc: fix multi -> list

diff --git a/gnu/gcc/CONFIGURE b/gnu/gcc/CONFIGURE
index 3099458..81b4a8d 100755
--- a/gnu/gcc/CONFIGURE
+++ b/gnu/gcc/CONFIGURE
@@ -1,8 +1,7 @@
. $SECTION_DIRECTORY/FUNCTIONS &&
default_configure_gcc &&

-. $GRIMOIRE/config_query_multi.function
-config_query_multi GCC_TARGET "Select what build to use" \
+config_query_list GCC_TARGET "Select what build to use" \
all \
bootstrap \
bootstrap-lean \
diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index 525a3c2..4e20a2e 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,3 +1,6 @@
+2011-07-31 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * CONFIGURE: should be _list not _multi
+
2011-07-31 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: TMPFS=off for all (1GB is not enough space)




  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (8a8566ce9e03e0fbbf04b8a95f712b061834aee7), Andraž Levstik, 07/31/2011

Archive powered by MHonArc 2.6.24.

Top of Page