search for: armelfb_linux_eabi

Displaying 2 results from an estimated 2 matches for "armelfb_linux_eabi".

Did you mean: armelf_linux_eabi
2016 Oct 28
2
Using lld in ELLCC for different targets
...#exe: $E/ecc-ld$X exe: $E/ld.lld$x (where $E is the executable directory where the compiler was found and $X is the executable extension, "" under Linux) Here are the results of linking a program for Linux: ARM32 v6: Good ARM32 v7: Good ARM32 big endian: Not supported by lld, no armelfb_linux_eabi emulation mode. Aarch64: Good MIPS 32 little and big endian: Good MIPS64 big endian: Good PPC32: lld failed with a bad relocation type. PPC64 little endian: Not supported by lld, no elf64lppc emulation mode. X86 32 and 64: Good As a test I built clang to run native on ARMv6, ARMv7, Aarch64,...
2016 Oct 28
0
[cfe-dev] Using lld in ELLCC for different targets
...(where $E is the executable directory where the compiler was found and $X > is the executable extension, "" under Linux) > > Here are the results of linking a program for Linux: > > ARM32 v6: Good > > ARM32 v7: Good > > ARM32 big endian: Not supported by lld, no armelfb_linux_eabi emulation > mode. > > Aarch64: Good > > MIPS 32 little and big endian: Good > > MIPS64 big endian: Good > > PPC32: lld failed with a bad relocation type. > > PPC64 little endian: Not supported by lld, no elf64lppc emulation mode. > > X86 32 and 64: Good > &...