That's the error I got for make
cc -c -Wformat=2 -Wall -Wswitch-default -Wswitch-enum -Wunused-parameter -Wextra -Wshadow -Wbad-function-cast -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wunreachable-code -ffast-math -march=pentium3 -g -DGL_CHECK callbacks.c
cc1: error: bad value (pentium3) for -march switch
make: *** [callbacks.o] Error 1
