Comments
Patch
From bfc4271c587b0c6136a5da911621a4f31ec9664b Mon Sep 17 00:00:00 2001
From: Cristi Magherusan <cristi.magherusan@net.utcluj.ro>
Date: Sat, 24 Jul 2010 01:39:18 +0300
Subject: [PATCH] Fix for qemu target compilation with the RTL8029AS netconsole setting enabled
This fix might apply to other boards that only have -mcpu=i386 set in
ROMCCFLAGS. Still, some won't work because of too large binaries that won't
fit the ROM size when enabling the netconsole.
Signed-off-by: Cristi Magherusan <cristi.magherusan@net.utcluj.ro>
---
src/mainboard/emulation/qemu-x86/Makefile.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
@@ -1,3 +1,3 @@
-ROMCCFLAGS := -mcpu=i386 -O
+ROMCCFLAGS := -mcpu=i386 -mmmx -O
obj-y += northbridge.o
--
1.7.2
Hi, See attached trivial patch. This fix might apply to other boards that only have -mcpu=i386 set in ROMCCFLAGS. Still, some won't work because of too large binaries that won't fit the ROM size when enabling the netconsole. Signed-off-by: Cristi Magherusan <cristi.magherusan@net.utcluj.ro> Regards, Cristi