summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2017-03-24 20:30:22 +0100
committerDiego Biurrun <diego@biurrun.de>2017-03-27 09:47:58 +0200
commit75ef91543422049a01b594925fcdb182ea12eb09 (patch)
treedd59b9a8de7d478e6d24cf9108bc1f162fc14cc6 /configure
parentfe6eea99efac66839052af547426518efd970b24 (diff)
downloadffmpeg-streaming-75ef91543422049a01b594925fcdb182ea12eb09.zip
ffmpeg-streaming-75ef91543422049a01b594925fcdb182ea12eb09.tar.gz
configure: Disable inline assembly for PathScale compilers
These compilers pass the inline assembly check, but fail to compile our inline assembly in various ways.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index d9609fc..2d84700 100755
--- a/configure
+++ b/configure
@@ -5074,6 +5074,7 @@ elif enabled tms470; then
disable inline_asm
elif enabled pathscale; then
add_cflags -fstrict-overflow -OPT:wrap_around_unsafe_opt=OFF
+ disable inline_asm
elif enabled_any msvc icl; then
enabled x86_32 && disable aligned_stack
enabled_all x86_32 debug && add_cflags -Oy-
OpenPOWER on IntegriCloud