]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: Drop armv4l/armv4b distinction in $cpu
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 30 Nov 2011 09:57:48 +0000 (10:57 +0100)
committerAndrzej Zaborowski <balrog@zabor.org>
Mon, 5 Dec 2011 20:38:53 +0000 (21:38 +0100)
commit21d89f841a8ff547cfe7ba97952fe4d5054b0421
tree42c3a83e59642ba87ec0608eac04ac311f4d0590
parent81584fd50deb3c324cafc854a946dbb6b83c2fc6
configure: Drop armv4l/armv4b distinction in $cpu

Drop the distinction between armv4l/armv4b in the $cpu variable
(ie host cpu type) in favour of calling everything 'arm'. This
makes it the same as the ARCH setting and removes some special
casing. The only thing we were using the distinction for was to
decide which endianness to use in cross compilation; do a cpp
define check there instead.

Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
configure