configure: Report unknown target names more helpfully
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 20 May 2013 15:16:16 +0000 (16:16 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 3 Jun 2013 18:24:45 +0000 (13:24 -0500)
commit25b483381adf4144bad3cf3f433b4658da5e15bb
treec1288f6ec2d22b81ee34aa0c30c8329ef8a09ee9
parent6e92f823b67d87aa96df01b0cb01f81ac71ec5e3
configure: Report unknown target names more helpfully

If the user specifies a target list themselves, check each entry
to make sure it's a target we recognise. This allows us to print
a helpful error message, rather than falling through (where we
would probably eventually end up hitting the uninformative
"ERROR: Unsupported target CPU").

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1369062976-301-3-git-send-email-peter.maydell@linaro.org
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure