summaryrefslogtreecommitdiffstats
path: root/audio-plugins
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:24:43 +0000
committerEric Sandall2019-07-09 03:24:43 +0000
commit00d20c087d234d7dbdcdf9899a5277d03efe80de (patch)
treef7127ad35924d2565504db89a7dec5aaa110214b /audio-plugins
parent12f68c654061046de7aa8e867a6991d95de8e946 (diff)
swh-plugins: 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-plugins')
-rwxr-xr-xaudio-plugins/swh-plugins/BUILD2
-rw-r--r--audio-plugins/swh-plugins/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/audio-plugins/swh-plugins/BUILD b/audio-plugins/swh-plugins/BUILD
index b1e67ec067..a7e2f8a51e 100755
--- a/audio-plugins/swh-plugins/BUILD
+++ b/audio-plugins/swh-plugins/BUILD
@@ -1,7 +1,7 @@
# If we got -march=… in CFLAGS, the configure script assumes we
# got everything arch-specific set up, including PICyness. Without
# prescribed architecture, it would detect one and add PIC flags.
-if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1}" == "em64t"]]; then
CFLAGS="$CFLAGS -DPIC -fPIC"
fi &&
default_build
diff --git a/audio-plugins/swh-plugins/HISTORY b/audio-plugins/swh-plugins/HISTORY
index 028b747195..0a28ec3201 100644
--- a/audio-plugins/swh-plugins/HISTORY
+++ b/audio-plugins/swh-plugins/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.
+
2018-12-04 Thomas Orgis <sobukus@sourcemage.org>
* DEPENDS: -sub SINGLE fftw (libfftw3f)