FreeBSD Bugzilla – Attachment 232918 Details for
Bug 260791
lang/ruby30: Fails to link with CPUTYPE=haswell (2021Q4): ld: error: undefined symbol: _lzcnt_u32
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix amd64 detection
patch-xa-haswell-intrin (text/plain), 416 bytes, created by
Peter Much
on 2022-04-03 15:54:35 UTC
(
hide
)
Description:
fix amd64 detection
Filename:
MIME Type:
Creator:
Peter Much
Created:
2022-04-03 15:54:35 UTC
Size:
416 bytes
patch
obsolete
>--- configure.ac.bak 2022-04-03 17:22:27.010300000 +0200 >+++ configure.ac 2022-04-03 17:23:29.520054000 +0200 >@@ -1304,7 +1304,7 @@ > AC_CHECK_HEADERS(time.h) > AC_CHECK_HEADERS(ucontext.h) > AC_CHECK_HEADERS(utime.h) >-AS_CASE("$target_cpu", [x64|x86_64|i[3-6]86*], [ >+AS_CASE("$target_cpu", [amd64|x64|x86_64|i[3-6]86*], [ > AC_CHECK_HEADERS(x86intrin.h) > ]) > RUBY_UNIVERSAL_CHECK_HEADER([x86_64, i386], x86intrin.h)
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 260791
: 232918 |
233399