Skip to main content
Reverted parts of last edit that felt right to keep.
Source Link

Originally copied from https://gitlab.archlinux.org/archlinux/rfcs/-/merge_requests/2/diffs

With glibc 2.33 or later (Arch Linux, Debian 12, Ubuntu 21.04, Fedora 34, etc.), or patched glibc (RHEL 8), you can see what architecture is supported by your CPU by running:

$ /lib/ld-linux-x86-64.so.2 --help Subdirectories of glibc-hwcaps directories, in priority order: x86-64-v4 x86-64-v3 (supported, searched) x86-64-v2 (supported, searched) 

On Debian derivatives the path is different, you need to run /lib64/ld-linux-x86-64.so.2 --help.

With glibc 2.33 or later (Arch Linux, Debian 12, Ubuntu 21.04, Fedora 34, etc.), or patched glibc (RHEL 8), you can see what architecture is supported by your CPU by running:

$ /lib/ld-linux-x86-64.so.2 --help Subdirectories of glibc-hwcaps directories, in priority order: x86-64-v4 x86-64-v3 (supported, searched) x86-64-v2 (supported, searched) 

On Debian derivatives the path is different, you need to run /lib64/ld-linux-x86-64.so.2 --help.

Originally copied from https://gitlab.archlinux.org/archlinux/rfcs/-/merge_requests/2/diffs

With glibc 2.33 or later (Arch Linux, Debian 12, Ubuntu 21.04, Fedora 34, etc.), or patched glibc (RHEL 8), you can see what architecture is supported by your CPU by running:

$ /lib/ld-linux-x86-64.so.2 --help Subdirectories of glibc-hwcaps directories, in priority order: x86-64-v4 x86-64-v3 (supported, searched) x86-64-v2 (supported, searched) 

On Debian derivatives the path is different, you need to run /lib64/ld-linux-x86-64.so.2 --help.

Merge information from the comments.
Source Link
Stephen Kitt
  • 483k
  • 60
  • 1.2k
  • 1.4k

Copied from:With glibc 2.33 or later https://gitlab.archlinux.org/archlinux/rfcs/-/merge_requests/2/diffs

You(Arch Linux, Debian 12, Ubuntu 21.04, Fedora 34, etc.), or patched glibc (RHEL 8), you can see what architecture is supported by your CPU by running:

$ /lib/ld-linux-x86-64.so.2 --help Subdirectories of glibc-hwcaps directories, in priority order: x86-64-v4 x86-64-v3 (supported, searched) x86-64-v2 (supported, searched) 

On Debian derivatives the path is different, you need to run /lib64/ld-linux-x86-64.so.2 --help.

Copied from: https://gitlab.archlinux.org/archlinux/rfcs/-/merge_requests/2/diffs

You can see what architecture is supported by your CPU by running:

$ /lib/ld-linux-x86-64.so.2 --help Subdirectories of glibc-hwcaps directories, in priority order: x86-64-v4 x86-64-v3 (supported, searched) x86-64-v2 (supported, searched) 

With glibc 2.33 or later (Arch Linux, Debian 12, Ubuntu 21.04, Fedora 34, etc.), or patched glibc (RHEL 8), you can see what architecture is supported by your CPU by running:

$ /lib/ld-linux-x86-64.so.2 --help Subdirectories of glibc-hwcaps directories, in priority order: x86-64-v4 x86-64-v3 (supported, searched) x86-64-v2 (supported, searched) 

On Debian derivatives the path is different, you need to run /lib64/ld-linux-x86-64.so.2 --help.

added 2 characters in body
Source Link

Copied from: https://gitlab.archlinux.org/archlinux/rfcs/-/merge_requests/2/diffs

You can see what architecture is supportsupported by your CPU by running:

$ /lib/ld-linux-x86-64.so.2 --help Subdirectories of glibc-hwcaps directories, in priority order: x86-64-v4 x86-64-v3 (supported, searched) x86-64-v2 (supported, searched) 

Copied from: https://gitlab.archlinux.org/archlinux/rfcs/-/merge_requests/2/diffs

You can see what architecture is support by your CPU by running:

$ /lib/ld-linux-x86-64.so.2 --help Subdirectories of glibc-hwcaps directories, in priority order: x86-64-v4 x86-64-v3 (supported, searched) x86-64-v2 (supported, searched) 

Copied from: https://gitlab.archlinux.org/archlinux/rfcs/-/merge_requests/2/diffs

You can see what architecture is supported by your CPU by running:

$ /lib/ld-linux-x86-64.so.2 --help Subdirectories of glibc-hwcaps directories, in priority order: x86-64-v4 x86-64-v3 (supported, searched) x86-64-v2 (supported, searched) 
Source Link
Loading