OSDN Git Service

linux-user: remove configure option for setting uname release
authorRiku Voipio <riku.voipio@linaro.org>
Tue, 4 Mar 2014 02:28:43 +0000 (04:28 +0200)
committerRiku Voipio <riku.voipio@linaro.org>
Fri, 2 May 2014 18:59:36 +0000 (21:59 +0300)
commite586822a58b6609edb5ea929e8a4aa394d32389f
treea8a5c050e12e18fbdc075be8ee3ea9744732655e
parent6d30db19caab3cc71a9353cab772b258f0545503
linux-user: remove configure option for setting uname release

--enable-uname-release was a rather heavyweight hammer, as it allows
providing values less that UNAME_MINIMUM_RELEASE. Also, it affects
all built linux-user targets, which in most cases is not what user
wants.

Now that we have UNAME_MINIMUM_RELEASE for all linux-user platforms,
we can drop --enable-uname-release and the related CONFIG_UNAME_RELEASE
define.

Users can still override the variable with QEMU_UNAME=2.6.32 or -r
command line option. If distributors need to update a minimum version
for a specific target, it can be done by updating UNAME_MINIMUM_RELEASE.

Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
configure
linux-user/main.c
linux-user/uname.c