From e43f6d2fa5d88f203cefc707f3c2c7a477cfd5ec Mon Sep 17 00:00:00 2001 From: Eric Sandall Date: Tue, 9 Jul 2019 02:59:08 +0000 Subject: 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. --- smgl/simpleinit-msb/CONFIGURE | 3 ++- smgl/simpleinit-msb/HISTORY | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 + * 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 * PRE_BUILD, sigsetmask.patch: Fixed build against musl -- cgit v1.2.3