Re: Using a different linker in a CMake project

2019-09-26 Thread Jan Beich
Willem Jan Withagen writes: > Hi, > > For building ceph14 in I need to use ld from the ports binutils. > Mainly because of versioning that I can not get to work with the llvm > linker, and is a know difference between GNU ld en LLVM ld. > > Just building in the project I was able to do that with:

Re: Using a different linker in a CMake project

2019-09-26 Thread Steve Kargl
On Thu, Sep 26, 2019 at 06:18:17PM +0200, Willem Jan Withagen wrote: > > For building ceph14 in I need to use ld from the ports binutils. > Mainly because of versioning that I can not get to work with the llvm > linker, and is a know difference between GNU ld en LLVM ld. > > Just building in the

Using a different linker in a CMake project

2019-09-26 Thread Willem Jan Withagen
Hi, For building ceph14 in I need to use ld from the ports binutils. Mainly because of versioning that I can not get to work with the llvm linker, and is a know difference between GNU ld en LLVM ld. Just building in the project I was able to do that with: -D CMAKE_CXX_FLAGS_DEBUG=" -fuse-ld