FreeBSD Bugzilla – Attachment 233399 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]
lang/ruby30: suppor build with CPUTYPE=haswell and newer
ruby30.diff (text/plain), 661 bytes, created by
Vladimir Druzenko
on 2022-04-22 16:45:10 UTC
(
hide
)
Description:
lang/ruby30: suppor build with CPUTYPE=haswell and newer
Filename:
MIME Type:
Creator:
Vladimir Druzenko
Created:
2022-04-22 16:45:10 UTC
Size:
661 bytes
patch
obsolete
>diff -ur lang/ruby30.orig/files/patch-configure.ac lang/ruby30/files/patch-configure.ac >--- lang/ruby30.orig/files/patch-configure.ac >+++ lang/ruby30/files/patch-configure.ac >@@ -1,5 +1,14 @@ > --- configure.ac.orig 2018-12-28 12:03:09 UTC > +++ configure.ac >+@@ -1231,7 +1231,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", [x64|x86_64|i[3-6]86*|amd64], [ >+ AC_CHECK_HEADERS(x86intrin.h) >+ ]) >+ > @@ -2678,7 +2678,7 @@ AS_IF([test "$with_dln_a_out" != yes], [ > : ${LDSHARED='$(CC) -shared'} > AS_IF([test "$rb_cv_binary_elf" = yes], [
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
Flags:
vvd
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 260791
:
232918
| 233399