https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227659

--- Comment #1 from Kenneth Salerno <kennethsale...@yahoo.com> ---
On second thought, it is a real hassle to get g++ to use libc++... And I just
could not get out of include hell building libstdc++ with devel/powerpc64-gcc
(6.3.0) as my external compiler - the same exact parameters (isystem and
sysroot etc.) would compile with no complaints with clang++ (4.0.0) but g++
(6.3.0) on the other hand would choke on __is_empty traits. I even checked with
-E (-o *.i) and diffed the results between g++ and clang++ and they were almost
identical!

I reverted this patch and now trying to use devel/llvm60 (yes, I'm caving in)
as my external compiler and see if I can get past the ports-mgmt/pkg segfault
with the system compiler under ppc64.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to