Re: build libc++ and libc++abi with clang

2016-12-19 Thread Mark Kettenis
> Date: Mon, 19 Dec 2016 14:48:42 +0100 > From: Patrick Wildt > > Hi, > > GCC from ports can bootstrap libc++ and libc++abi, but on ARM it does > not work since the assembly cannot be parsed by our binutils. In a > clang world we use clang's integrated assembler. This means

build libc++ and libc++abi with clang

2016-12-19 Thread Patrick Wildt
Hi, GCC from ports can bootstrap libc++ and libc++abi, but on ARM it does not work since the assembly cannot be parsed by our binutils. In a clang world we use clang's integrated assembler. This means if we use clang to compile it on ARM, it works. I only set CXX to eg++ since I wanted it to