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

Andraž Levstik scm at sourcemage.org
Sun Jul 31 14:20:12 EDT 2011


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)
 


More information about the SM-Commit mailing list