mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
Because FreeBSD no longer supports the 80386 cpu all code targeting FreeBSD/i386 necessarily runs on i486 or higher so the compiler built-ins can be used by default inside libstdc++ and in C++ headers. This allows newly compiled C++ code to inline some atomic operations. Old binaries continue to use libstdc++ functions. PR: 148926 Tested by: Yuri Karaban <tech askold net> Reviewed by: kan Approved by: kib (mentor) MFC after: 2 weeks |
||
|---|---|---|
| .. | ||
| csu | ||
| libdialog | ||
| libg2c | ||
| libgcc | ||
| libgcov | ||
| libgomp | ||
| libiberty | ||
| libobjc | ||
| libreadline | ||
| libregex | ||
| libssp | ||
| libstdc++ | ||
| libsupc++ | ||
| Makefile | ||
| Makefile.inc | ||