You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a GCC wrapper, similar to musl-gcc, which overrides the standard library with liblinux and libmanticore. The way to do this is with GCC spec files:
The benefit of this wrapper is that application porting is easier because only CC needs to be overridden for Manticore configuration (in theory anyway).
The text was updated successfully, but these errors were encountered:
Add a GCC wrapper, similar to
musl-gcc
, which overrides the standard library withliblinux
andlibmanticore
. The way to do this is with GCC spec files:https://gcc.gnu.org/onlinedocs/gcc/Spec-Files.html
The benefit of this wrapper is that application porting is easier because only
CC
needs to be overridden for Manticore configuration (in theory anyway).The text was updated successfully, but these errors were encountered: