Re: Build libc++ and libc++abi with -nostdinc++

2016-09-19 Thread Philip Guenther
On Mon, Sep 19, 2016 at 2:40 AM, Mark Kettenis wrote: >> Date: Sun, 18 Sep 2016 00:12:19 +0200 (CEST) >> From: Mark Kettenis >> >> Without this, they don't build with clang++ because it tries to use >> the installed headers. Doesn't hurt

Build libc++ and libc++abi with -nostdinc++

2016-09-17 Thread Mark Kettenis
Without this, they don't build with clang++ because it tries to use the installed headers. Doesn't hurt building with eg++. ok? Index: lib/libcxx/Makefile === RCS file: /cvs/src/lib/libcxx/Makefile,v retrieving revision 1.1 diff