Re: [PATCH] arm64: Use aarch64elf and aarch64elfb emulation mode variants

2018-07-02 Thread Will Deacon
On Mon, Jul 02, 2018 at 11:16:59AM +0200, Paul Kocialkowski wrote: > The aarch64linux and aarch64linuxb emulation modes are not supported by > bare-metal toolchains and Linux using them forbids building the kernel > with these toolchains. > > Since there is apparently no reason to target these

Re: [PATCH] arm64: Use aarch64elf and aarch64elfb emulation mode variants

2018-07-02 Thread Will Deacon
On Mon, Jul 02, 2018 at 11:16:59AM +0200, Paul Kocialkowski wrote: > The aarch64linux and aarch64linuxb emulation modes are not supported by > bare-metal toolchains and Linux using them forbids building the kernel > with these toolchains. > > Since there is apparently no reason to target these

[PATCH] arm64: Use aarch64elf and aarch64elfb emulation mode variants

2018-07-02 Thread Paul Kocialkowski
The aarch64linux and aarch64linuxb emulation modes are not supported by bare-metal toolchains and Linux using them forbids building the kernel with these toolchains. Since there is apparently no reason to target these emulation modes, the more generic elf modes are used instead, allowing to build

[PATCH] arm64: Use aarch64elf and aarch64elfb emulation mode variants

2018-07-02 Thread Paul Kocialkowski
The aarch64linux and aarch64linuxb emulation modes are not supported by bare-metal toolchains and Linux using them forbids building the kernel with these toolchains. Since there is apparently no reason to target these emulation modes, the more generic elf modes are used instead, allowing to build