> Does anyone know how I could build flashrom statically? export CFLAGS=- > static does not work.
Edit the Makefile and add -static to the end of CFLAGS. Worked for me. Myles -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

