summaryrefslogtreecommitdiffstats
path: root/audio-libs
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:24:43 +0000
committerEric Sandall2019-07-09 03:24:43 +0000
commit12f68c654061046de7aa8e867a6991d95de8e946 (patch)
treeb4aad1680d4815862cdc77f0b803cb418c42bc4a /audio-libs
parentd8b617259e7aa686a0b2e5ab75b14de6a91f3025 (diff)
gsm: 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 'audio-libs')
-rwxr-xr-xaudio-libs/gsm/BUILD1
-rw-r--r--audio-libs/gsm/HISTORY5
2 files changed, 6 insertions, 0 deletions
diff --git a/audio-libs/gsm/BUILD b/audio-libs/gsm/BUILD
index 18858a7017..4d0ac3fc58 100755
--- a/audio-libs/gsm/BUILD
+++ b/audio-libs/gsm/BUILD
@@ -1,4 +1,5 @@
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]] ||
+ [[ "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]] ||
[[ "${SMGL_COMPAT_ARCHS[1]}" == "alpha" ]]
then
sed -i 's:-O2:-fPIC -DPIC &:' $SOURCE_DIRECTORY/Makefile
diff --git a/audio-libs/gsm/HISTORY b/audio-libs/gsm/HISTORY
index 6e07875b13..2454af9d54 100644
--- a/audio-libs/gsm/HISTORY
+++ b/audio-libs/gsm/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.
+
2010-07-18 Eric Sandall <sandalle@sourcemage.org>
* BUILD: Build with '-fPIC -DPIC' in CFLAGS for x86_64/alpha