Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 749400 Details for
Bug 732084
net-misc/rsync-3.2.2-r1 - configure.sh:4912: checking whether to enable SIMD optimizations // configure.sh:4936: error: cannot run test program while cross compiling
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
quick improvement of cross compilation detection
simd_cross_compilation.patch (text/plain), 548 bytes, created by
Andrew Aladjev
on 2021-11-07 19:46:40 UTC
(
hide
)
Description:
quick improvement of cross compilation detection
Filename:
MIME Type:
Creator:
Andrew Aladjev
Created:
2021-11-07 19:46:40 UTC
Size:
548 bytes
patch
obsolete
>diff --git a/configure.ac b/configure.ac >index 3d3bb6d..83ae28d 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -234,7 +234,7 @@ if test x"$enable_simd" != x"no"; then > # For x86-64 SIMD, g++ >=5 or clang++ >=7 is required > if test x"$host_cpu" = x"x86_64"; then > AC_LANG(C++) >- if test x"$host_cpu" = x"$build_cpu"; then >+ if test x"$host" = x"$build"; then > AC_RUN_IFELSE([AC_LANG_PROGRAM([SIMD_X86_64_TEST],[[if (test_ssse3(42) != 42 || test_sse2(42) != 42 || test_avx2(42) != 42) exit(1);]])], > [CXX_OK=yes],[CXX_OK=no]) > else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 732084
:
648772
|
648774
|
652780
| 749400