--- a/cpuinfo.sh +++ b/cpuinfo.sh @@ -36,6 +36,7 @@ { cat > conftest.c < +#include void catch() { exit(1); } int main(void){ signal(SIGILL, catch);