Thursday, April 14, 2011

GCC test machine 32bit

uname -a; echo "main() { } " > t.c ; gcc -c -m32 -o t.o t.c; file t.o