Re: [PATCH v2 04/21] configure: remove needless if leg

2021-07-16 Thread Richard Henderson
On 7/14/21 11:20 AM, Alex Bennée wrote: 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 Mess

[PATCH v2 04/21] configure: remove needless if leg

2021-07-14 Thread Alex Bennée
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 Message-Id: <20210714093638.21077-5-alex.ben.