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

Andraž Levstik scm at sourcemage.org
Tue Jan 27 03:07:59 EST 2009


GIT changes to master grimoire by Andraž Levstik <ruskie at codemages.net>:

 smgl/simpleinit-msb/CONFIGURE |    2 ++
 smgl/simpleinit-msb/HISTORY   |    3 +++
 2 files changed, 5 insertions(+)

New commits:
commit 97bad6e94588a7294a6df7564977dbc99836ac31
Author: Andraž Levstik <ruskie at codemages.net>
Commit: Andraž Levstik <ruskie at codemages.net>

    simpleinit-msb: seems to break on x86_64 when build statically, if anyone knows any different please do tell

diff --git a/smgl/simpleinit-msb/CONFIGURE b/smgl/simpleinit-msb/CONFIGURE
index e5a32fa..2238d81 100755
--- a/smgl/simpleinit-msb/CONFIGURE
+++ b/smgl/simpleinit-msb/CONFIGURE
@@ -1,3 +1,5 @@
+if [[ "${SMGL_COMPAT_ARCHS[1]}" != "x86_64" ]] ; then
 config_query SIMPLEINIT_STATIC \
              "Build a static init?" \
              n
+fi
diff --git a/smgl/simpleinit-msb/HISTORY b/smgl/simpleinit-msb/HISTORY
index 232c162..796095e 100644
--- a/smgl/simpleinit-msb/HISTORY
+++ b/smgl/simpleinit-msb/HISTORY
@@ -1,3 +1,6 @@
+2009-01-27 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* CONFIGURE: static breaks on x86_64 when booting
+
 2008-08-03 Elisamuel Resto <ryuji at sourcemage.org>
 	* PRE_BUILD: sedit. use single-quotes or else bash tries to parse
 



More information about the SM-Commit mailing list