Home
last modified time | relevance | path

Searched hist:caa50971 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dconfigurecaa50971 Wed Jul 18 09:10:22 CDT 2012 Peter Maydell <peter.maydell@linaro.org> configure: -march=i486 belongs in QEMU_CFLAGS, not CFLAGS

The distinction between QEMU_CFLAGS and CFLAGS is that the
former is for flags without which QEMU can't compile, whereas
the latter is for flags like "-g -O2" which the user can
safely override. "-march=i486" is in the former category, and
so belongs in QEMU_CFLAGS.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>