You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, it's glibc-hwcaps! While CentOS/RHEL/Rocky 8 has -mcpu=power8 -mtune=power8 during build-time for packages, there are optimizations using glibc-hwcaps when running on POWER9 ISA. See also:
tests/replace-add-needed.sh
of patchelf 0.15.0 fails duringmake check
on ppc64le on CentOS/RHEL/Rocky 8:Unfortunately,
tests/replace-add-needed.sh.log
was not that helpful:However, using
-x
intests/replace-add-needed.sh
lead to this:Interesting…so what does e.g.
ldd /usr/bin/ls
actually look like on ppc64le on CentOS/RHEL/Rocky 8?Ah, it's glibc-hwcaps! While CentOS/RHEL/Rocky 8 has
-mcpu=power8 -mtune=power8
during build-time for packages, there are optimizations using glibc-hwcaps when running on POWER9 ISA. See also:The text was updated successfully, but these errors were encountered: