Am Donnerstag, den 01.10.2009, 17:59 +0200 schrieb svn@coreboot.org:
Author: rminnich Date: 2009-10-01 17:59:49 +0200 (Thu, 01 Oct 2009) New Revision: 4701
Modified: trunk/coreboot-v2/src/mainboard/dell/s1850/Kconfig trunk/coreboot-v2/src/mainboard/dell/s1850/Makefile.inc Log: OK, this builds and even looks right. dell needs its own Makefile.inc because it is a P4 and it needs SSE for romcc not to go into infinite loop.
Just setting ROMCCFLAGS should be enough, right?
ROMCCFLAGS := -mcpu=p4 include $(src)/mainboard/Makefile.romccboard.inc
-include $(src)/mainboard/Makefile.romccboard.inc [..]
+ROMCCFLAGS ?= -mcpu=p4