summaryrefslogtreecommitdiffstats
path: root/FUNCTIONS
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:44:24 +0000
committerEric Sandall2019-07-09 03:44:24 +0000
commitff52a933083795e2499b5f84c02f109a362057c8 (patch)
tree1f2ace7ac641c94533383b27138ad160a073dea8 /FUNCTIONS
parent9ab3d0194eced2dcefb0905db7b341db8371d954 (diff)
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.
Diffstat (limited to 'FUNCTIONS')
-rwxr-xr-xFUNCTIONS1
1 files changed, 1 insertions, 0 deletions
diff --git a/FUNCTIONS b/FUNCTIONS
index 4313134..cbe81ea 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -442,6 +442,7 @@ fi
disable_pic() {
if [[ "${SMGL_COMPAT_ARCHS[1]}" != "x86_64" ]] &&
+ [[ "${SMGL_COMPAT_ARCHS[1]}" != "em64t" ]] &&
[[ "${SMGL_COMPAT_ARCHS[1]}" != "alpha" ]] ||
[[ "$1" == "force" ]]
then