]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: -march=i486 belongs in QEMU_CFLAGS, not CFLAGS
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 18 Jul 2012 14:10:22 +0000 (15:10 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 31 Jul 2012 20:05:40 +0000 (20:05 +0000)
commitcaa50971f2e14b4c2c67bf2c40edd50be15679c2
tree526eee422d38ea19325e4533a37a0fac7528869f
parent1e845c78c7f1e121b3ce55bc34739f1c7aa2bf68
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>
configure