Change the format to easier associate multilib options with dirnames. gcc/ChangeLog:
* config/sparc/t-rtems: Format. --- gcc/config/sparc/t-rtems | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/gcc/config/sparc/t-rtems b/gcc/config/sparc/t-rtems index bebb53f956e..22c4a1b2635 100644 --- a/gcc/config/sparc/t-rtems +++ b/gcc/config/sparc/t-rtems @@ -17,9 +17,15 @@ # <http://www.gnu.org/licenses/>. # -MULTILIB_OPTIONS = msoft-float mcpu=v8/mcpu=leon3/mcpu=leon3v7/mcpu=leon \ - mfix-ut699/mfix-at697f/mfix-gr712rc -MULTILIB_DIRNAMES = soft v8 leon3 leon3v7 leon ut699 at697f gr712rc +MULTILIB_OPTIONS = msoft-float +MULTILIB_DIRNAMES = soft + +MULTILIB_OPTIONS += mcpu=v8/mcpu=leon3/mcpu=leon3v7/mcpu=leon +MULTILIB_DIRNAMES += v8 leon3 leon3v7 leon + +MULTILIB_OPTIONS += mfix-ut699/mfix-at697f/mfix-gr712rc +MULTILIB_DIRNAMES += ut699 at697f gr712rc + MULTILIB_MATCHES = msoft-float=mno-fpu mfix-gr712rc=mfix-ut700 MULTILIB_REQUIRED = -- 2.43.0