OSDN Git Service

configure: remove needless if leg
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 20 Jul 2021 23:26:38 +0000 (00:26 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 23 Jul 2021 16:22:16 +0000 (17:22 +0100)
commit11bdcfcdd2ccad91dc3076c7de30803f32f7cdde
treeae017cc165b7a77d366c44efc5a39e6c5b03036b
parent15d9c3cef108f34874200785bf9970bf77dc378b
configure: remove needless if leg

It was pointed out in review of the previous patch that the if leg
isn't needed as the for loop will not enter on an empty $device_archs.

Fixes: d1d5e9eefd ("configure: allow the selection of alternate config in the build")
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210720232703.10650-5-alex.bennee@linaro.org>
configure