summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xFUNCTIONS1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6470081aee..0aeff12d6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-07-08 Eric Sandall <sandalle@sourcemage.org>
+ * FUNCTIONS: In disable_pic, check 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-07-05 Pavel Vinogradov <public@sourcemage.org>
* gu.gpg: added new key, 8C8189F1988C2166, Daniel Kiper <dkiper@net-space.pl>
diff --git a/FUNCTIONS b/FUNCTIONS
index 8f214ccd70..5181888a44 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -517,6 +517,7 @@ function default_install_perl() {
disable_pic() {
if [[ "${SMGL_COMPAT_ARCHS[1]}" != "x86_64" ]] &&
+ [[ "${SMGL_COMPAT_ARCHS[1]}" != "em64t" ]] &&
[[ "${SMGL_COMPAT_ARCHS[1]}" != "alpha" ]] ||
[[ "$1" == "force" ]]
then