summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 02:59:08 +0000
committerEric Sandall2019-07-09 02:59:08 +0000
commite43f6d2fa5d88f203cefc707f3c2c7a477cfd5ec (patch)
tree39aa0fbf5e8fee4256bbd07c66e2cb5ca20e2bda
parentade28d5de23110d47b730d408cce804c061853b0 (diff)
simpleinit-msb: 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.
-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