This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/82037] powerpc64-unknown-linux-gnu bootstrap breaks in stage2 with gcc/liblto_plugin.so: wrong ELF class: ELFCLASS64
- From: "dclarke at blastwave dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 30 Aug 2017 18:33:25 +0000
- Subject: [Bug bootstrap/82037] powerpc64-unknown-linux-gnu bootstrap breaks in stage2 with gcc/liblto_plugin.so: wrong ELF class: ELFCLASS64
- Auto-submitted: auto-generated
- References: <bug-82037-4@http.gcc.gnu.org/bugzilla/>
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.