Re: [PATCH] arm64: remove no-op -p linker flag

2018-06-28 Thread Nick Desaulniers
On Thu, Jun 28, 2018 at 5:38 AM Will Deacon wrote: > > On Wed, Jun 27, 2018 at 12:46:14PM -0700, Greg Hackmann wrote: > > Linking the ARM64 defconfig kernel with LLVM lld fails with the error: > > > > ld.lld: error: unknown argument: -p > > Makefile:1015: recipe for target 'vmlinux' failed >

Re: [PATCH] arm64: remove no-op -p linker flag

2018-06-28 Thread Nick Desaulniers
On Thu, Jun 28, 2018 at 5:38 AM Will Deacon wrote: > > On Wed, Jun 27, 2018 at 12:46:14PM -0700, Greg Hackmann wrote: > > Linking the ARM64 defconfig kernel with LLVM lld fails with the error: > > > > ld.lld: error: unknown argument: -p > > Makefile:1015: recipe for target 'vmlinux' failed >

Re: [PATCH] arm64: remove no-op -p linker flag

2018-06-28 Thread Will Deacon
On Wed, Jun 27, 2018 at 12:46:14PM -0700, Greg Hackmann wrote: > Linking the ARM64 defconfig kernel with LLVM lld fails with the error: > > ld.lld: error: unknown argument: -p > Makefile:1015: recipe for target 'vmlinux' failed > > Without this flag, the ARM64 defconfig kernel successfully

Re: [PATCH] arm64: remove no-op -p linker flag

2018-06-28 Thread Will Deacon
On Wed, Jun 27, 2018 at 12:46:14PM -0700, Greg Hackmann wrote: > Linking the ARM64 defconfig kernel with LLVM lld fails with the error: > > ld.lld: error: unknown argument: -p > Makefile:1015: recipe for target 'vmlinux' failed > > Without this flag, the ARM64 defconfig kernel successfully

[PATCH] arm64: remove no-op -p linker flag

2018-06-27 Thread Greg Hackmann
Linking the ARM64 defconfig kernel with LLVM lld fails with the error: ld.lld: error: unknown argument: -p Makefile:1015: recipe for target 'vmlinux' failed Without this flag, the ARM64 defconfig kernel successfully links with lld and boots on Dragonboard 410c. After digging through

[PATCH] arm64: remove no-op -p linker flag

2018-06-27 Thread Greg Hackmann
Linking the ARM64 defconfig kernel with LLVM lld fails with the error: ld.lld: error: unknown argument: -p Makefile:1015: recipe for target 'vmlinux' failed Without this flag, the ARM64 defconfig kernel successfully links with lld and boots on Dragonboard 410c. After digging through