The comment marked with XXX was right: emulate SVR4 for

ELF binaries branded with ELFOSABI_SYSV, this is reported
to work and brandelf(1) puts this type into files if "SVR4"
was specified.
This commit is contained in:
Robert Drehmel 2002-07-09 14:59:27 +00:00
parent c5f0b00c65
commit 6f2df7152b

View File

@ -185,7 +185,7 @@ struct sysentvec svr4_sysvec = {
};
Elf32_Brandinfo svr4_brand = {
ELFOSABI_SOLARIS, /* XXX Or should we use ELFOSABI_SYSV here? */
ELFOSABI_SYSV,
"SVR4",
svr4_emul_path,
"/lib/libc.so.1",