mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
errors when you enable WITH_GNUCXX to build libstdc++, since it will
include C++ headers from the libc++ installation under ${WORLDTMP}, and
those are not compatible with libstdc++ at all.
To fix this, add -stdlib=libstdc++ to CXXFLAGS when building libstdc++
(and its companion libsupc++) with clang.
Approved by: re (delphij)
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| Version.map | ||