diff options
Diffstat (limited to 'main/qemu/configure-ifunc.patch')
-rw-r--r-- | main/qemu/configure-ifunc.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/qemu/configure-ifunc.patch b/main/qemu/configure-ifunc.patch deleted file mode 100644 index 3d455a9628..0000000000 --- a/main/qemu/configure-ifunc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./configure.orig -+++ ./configure -@@ -1805,7 +1805,7 @@ - EOF - if compile_object "" ; then - if has readelf; then -- if readelf --syms $TMPO 2>/dev/null |grep -q "IFUNC.*foo"; then -+ if readelf --syms $TMPO 2>/dev/null |grep -q "IFUNC.*foo" && ldd $TMPO >/dev/null 2>&1; then - avx2_opt="yes" - fi - fi |