On Mon, Mar 15, 2010 at 2:48 PM, Maciej Pijanka <maciej.pijanka@gmail.com> wrote:
Hello

On my target gcc complains about undefined CONFIG_SSE2 macro and defaults
it to 0, maybe attached patch should quiet gcc a bit?
I think the preferred way to quiet this warning would be to define SSE2 correctly in src/cpu/VENDOR/CPU/Kconfig.  The next best would be to set SSE2 to default to n in src/cpu/Kconfig.

Thanks,
Myles