[PATCH v6 13/13] LoongArch: Update build-many-glibcs.py for the LoongArch Port.

Adhemerval Zanella Netto adhemerval.zanella@linaro.org
Wed Jul 13 19:24:43 GMT 2022


LGTM, thanks.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

On 08/07/22 03:54, caiyinyu wrote:
> ---
>  scripts/build-many-glibcs.py | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
> index cc058e115c..9e7e360125 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -218,6 +218,10 @@ class Context(object):
>                          os_name='linux-gnu',
>                          first_gcc_cfg=['--with-system-libunwind'],
>                          binutils_cfg=['--enable-obsolete'])
> +        self.add_config(arch='loongarch64',
> +                        os_name='linux-gnu',
> +                        variant='hard',
> +                        gcc_cfg=['--with-abi=lp64d','--disable-multilib'])

I take the usual naming is to have hard float as default and 'soft' as a variant,
but it is up to you the arch maintainer how you will name it.

>          self.add_config(arch='m68k',
>                          os_name='linux-gnu',
>                          gcc_cfg=['--disable-multilib'])
> @@ -1271,6 +1275,7 @@ def install_linux_headers(policy, cmdlist):
>                  'i686': 'x86',
>                  'i786': 'x86',
>                  'ia64': 'ia64',
> +                'loongarch64': 'loongarch',
>                  'm68k': 'm68k',
>                  'microblaze': 'microblaze',
>                  'mips': 'mips',


More information about the Libc-alpha mailing list