summaryrefslogtreecommitdiffstats
path: root/disk
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:24:46 +0000
committerEric Sandall2019-07-09 03:24:46 +0000
commit98c066641cc3c63869dae3060a7226d9cb791550 (patch)
treeaa72dc1c06da435262cd68d1846340cab3885f7d /disk
parentad859613758d5bc693d8df94b373dc0ae4c4ad2b (diff)
btrfs-progs: Set 64-bit for EM64T as well.
Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.
Diffstat (limited to 'disk')
-rw-r--r--disk/btrfs-progs/HISTORY5
-rwxr-xr-xdisk/btrfs-progs/INSTALL2
2 files changed, 6 insertions, 1 deletions
diff --git a/disk/btrfs-progs/HISTORY b/disk/btrfs-progs/HISTORY
index 5cd7dfd4d4..6bb1ec933e 100644
--- a/disk/btrfs-progs/HISTORY
+++ b/disk/btrfs-progs/HISTORY
@@ -1,3 +1,8 @@
+2019-07-08 Eric Sandall <sandalle@sourcemage.org>
+ * Set 64-bit for EM64T as well.
+ Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed
+ SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.
+
2019-06-12 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 5.1.1
diff --git a/disk/btrfs-progs/INSTALL b/disk/btrfs-progs/INSTALL
index 77ce391f0c..3154af3ca8 100755
--- a/disk/btrfs-progs/INSTALL
+++ b/disk/btrfs-progs/INSTALL
@@ -1,4 +1,4 @@
-if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
suffix="64"
else
suffix=""