summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsmgl/simpleinit-msb/CONFIGURE3
-rw-r--r--smgl/simpleinit-msb/HISTORY5
2 files changed, 7 insertions, 1 deletions
diff --git a/smgl/simpleinit-msb/CONFIGURE b/smgl/simpleinit-msb/CONFIGURE
index 2238d81cb1..eae45bfc28 100755
--- a/smgl/simpleinit-msb/CONFIGURE
+++ b/smgl/simpleinit-msb/CONFIGURE
@@ -1,4 +1,5 @@
-if [[ "${SMGL_COMPAT_ARCHS[1]}" != "x86_64" ]] ; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" != "x86_64" &&
+ "${SMGL_COMPAT_ARCHS[1]}" != "em64t" ]] ; then
config_query SIMPLEINIT_STATIC \
"Build a static init?" \
n
diff --git a/smgl/simpleinit-msb/HISTORY b/smgl/simpleinit-msb/HISTORY
index 9a0b74c876..c0864f313d 100644
--- a/smgl/simpleinit-msb/HISTORY
+++ b/smgl/simpleinit-msb/HISTORY
@@ -1,3 +1,8 @@
+2019-07-08 Eric Sandall <sandalle@sourcemage.org>
+ * CONFIGURE: Set 64-bit for EM64T as well.
+ Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed
+ SMGL_COMPAT_ARCH[1] from x86_64 to em64t.
+
2019-06-12 Ismael Luceno <ismael@sourcemage.org>
* PRE_BUILD, sigsetmask.patch: Fixed build against musl