build-many-glibcs.py: Add openrisc hard float glibc variantmaster
commitea73eb5f581ef5931fd67005aa0c526ba43366c9
authorStafford Horne <shorne@gmail.com>
Sat, 8 Jan 2022 06:35:24 +0000 (8 15:35 +0900)
committerStafford Horne <shorne@gmail.com>
Fri, 3 May 2024 17:28:18 +0000 (3 18:28 +0100)
treebaf35174e6d17e9f0f12f5bc531ee9422bb9ebf8
parent643d9d38d50b32b5f20fb8ff5da17bff412821b6
build-many-glibcs.py: Add openrisc hard float glibc variant

This adds the OpenRISC hard float glibc variant to the build many
script.  We update the compiler for glibc to support hard-float
multilibs to allow us to use a single generic compiler for all glibc
variants, this requires updating the compiler name.

Tested and all builds are passing.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
scripts/build-many-glibcs.py