Summary: | =sys-libs/glibc-2.17 - ...//temp/environment: line 2330: 25085 Illegal instruction ./ld-*.so --library-path . ${x} > /dev/null | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Charles Nérot <charles> |
Component: | [OLD] Core system | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge --info '=sys-libs/glibc-2.17::gentoo' |
Description
Charles Nérot
2013-08-27 07:45:29 UTC
Created attachment 357148 [details]
emerge --info '=sys-libs/glibc-2.17::gentoo'
the Atom architecture includes support for an insn "movbe" which other Intel platforms (like the core i7) do not include. hence the crash makes sense -- the code you built uses the "movbe" insn which is illegal on the system you're compiling. |