mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 12:51:07 -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)
|
||
|---|---|---|
| .. | ||
| csu | ||
| libdialog | ||
| libgcc | ||
| libgcov | ||
| libgomp | ||
| libreadline | ||
| libregex | ||
| libssp | ||
| libstdc++ | ||
| libsupc++ | ||
| Makefile | ||
| Makefile.inc | ||