From lpgcc: if [ "$CC" != "" ]; then DEFAULT_CC=$CC else DEFAULT_CC=gcc fi
From the tint Makefile: CC := $(LIBPAYLOAD_DIR)/bin/lpgcc Is this a bug in tint or a bug in libpayload? -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

