After r300770, for libc++ and libcxxrt, use -isystem instead of -I.
authordim <dim@FreeBSD.org>
Fri, 27 May 2016 20:45:32 +0000 (20:45 +0000)
committerdim <dim@FreeBSD.org>
Fri, 27 May 2016 20:45:32 +0000 (20:45 +0000)
commitb4330c94fcd0e417cbe1376a4acbe3838103ae18
treee86f0e554eb9150430ad81a03f17ee03b44d37f1
parent9c0f0d8d1f427a1b3354d3c1b43da9b5b852fffe
After r300770, for libc++ and libcxxrt, use -isystem instead of -I.
This should fix builds with external gcc toolchains from ports, which
also use -isystem to work around problems with gcc's --sysroot
implementation.  Thanks to Bryan Drewery for this workaround.
lib/libc++/Makefile
lib/libcxxrt/Makefile