public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
* How to set x86 ISA needed property?
@ 2021-01-27 15:04 Manuel Lauss
  2021-01-27 15:26 ` Florian Weimer
  0 siblings, 1 reply; 4+ messages in thread
From: Manuel Lauss @ 2021-01-27 15:04 UTC (permalink / raw)
  To: libc-help

I've been building a userland for an AMD E-450 (gcc march=btver1) on
a much more modern and faster x86 host.
Now, the machione does not boot because up-to-date  glibc devel says this:

/lib64/libc.so.6: CPU ISA level is lower than required

readelf libc.so.6 says:
Displaying notes found in: .note.gnu.property
 Owner                Data size        Description
 GNU                  0x00000010       NT_GNU_PROPERTY_TYPE_0
     Properties: x86 ISA needed: x86-64-baseline, x86-64-v2, x86-64-v3

x86-64-v3 is supported by the build machine, but the btver1 is at most -v2.
This used to work in the past; is there a way to force glibc to a certain level?
(binutils-2.35.1, gcc-10.2.1, glibc master as of 27.01.2021).


Thanks!
      Manuel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-27 16:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-27 15:04 How to set x86 ISA needed property? Manuel Lauss
2021-01-27 15:26 ` Florian Weimer
2021-01-27 16:06   ` Manuel Lauss
2021-01-27 16:14     ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).