Re: [PATCH] [testsuite] [arm] multilibs.exp: adjust float abi opt matching

2025-01-16 Thread Mike Stump
On Jan 16, 2025, at 11:43 AM, Alexandre Oliva wrote: > > The regexp that matches options that mess with multilibs matches > -mfloat=abi=, but that's probably a typo for -mfloat-abi=. Fix that, > and add -msoft-float and -mhard-float. > > Regstrapped on x86_64-linux-gnu, also tested on arm-eabi

[PATCH] [testsuite] [arm] multilibs.exp: adjust float abi opt matching

2025-01-16 Thread Alexandre Oliva
The regexp that matches options that mess with multilibs matches -mfloat=abi=, but that's probably a typo for -mfloat-abi=. Fix that, and add -msoft-float and -mhard-float. Regstrapped on x86_64-linux-gnu, also tested on arm-eabi and aarch64-elf. Ok to install? for gcc/testsuite/ChangeLog