This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/82037] powerpc64-unknown-linux-gnu bootstrap breaks in stage2 with gcc/liblto_plugin.so: wrong ELF class: ELFCLASS64


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82037

--- Comment #2 from Dennis Clarke <dclarke at blastwave dot org> ---
Seems to be a 32-bit PowerPC ELF :

ppc64$ ls -lap /usr/bin/ld
lrwxrwxrwx 1 root root 6 Jan 12  2017 /usr/bin/ld -> ld.bfd

ppc64$ ls -lap /usr/bin/ld.bfd
-rwxr-xr-x 1 root root 700284 Jan 12  2017 /usr/bin/ld.bfd

ppc64$ file  /usr/bin/ld.bfd
/usr/bin/ld.bfd: ELF 32-bit MSB executable, PowerPC or cisco 4500, version 1
(SYSV), dynamically linked, interpreter /lib/ld.so.1, for GNU/Linux 2.6.32,
BuildID[sha1]=bf837c229beabc8073b38307339991ed9a58418a, stripped

Not sure how that helps.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]