[PATCH] scripts/build-many-glibcs.py: Switch one Arm target to thumb mode
Szabolcs Nagy
szabolcs.nagy@arm.com
Wed Jul 7 14:07:16 GMT 2021
The 07/07/2021 16:01, Florian Weimer via Libc-alpha wrote:
> This commit changes arm-linux-gnueabihf-v7a-disable-multi-arch
> to use thumb mode. The choice is somewhat arbitrary, but there
> should be at least one thumb mode target.
>
thanks.
Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
> ---
> scripts/build-many-glibcs.py | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
> index 243323b1ce..6454f67c4a 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -189,7 +189,8 @@ class Context(object):
> extra_glibcs=[{'variant': 'v7a',
> 'ccopts': '-march=armv7-a -mfpu=vfpv3'},
> {'variant': 'v7a-disable-multi-arch',
> - 'ccopts': '-march=armv7-a -mfpu=vfpv3',
> + 'ccopts':
> + '-mthumb -march=armv7-a -mfpu=vfpv3',
> 'cfg': ['--disable-multi-arch']}])
> self.add_config(arch='armeb',
> os_name='linux-gnueabihf',
>
More information about the Libc-alpha
mailing list