It also is confusing for the patch to perform

$(ARX) -X32_64

when immediately before the fragment created ARX by explicitly
stripping -X32_64.  If it's going to perform

ar -X32_64

it should use the normal $(AR) variable.

Thanks, David

On Thu, Oct 8, 2020 at 5:06 AM CHIGOT, CLEMENT <clement.chi...@atos.net> wrote:
>
> libgomp and libatomic might be in use during the build. Thus, ar commands
> will failed to add new objetcs to it as the file is considered busy.
> Deleting it and recreating it with both architectures fixes that.
>
> libatomic/Changelog:
> 2020-08-17 Clement Chigot <clement.chi...@atos.net>
>  * config/t-aix: Deleting libatomic before creating FAT library.
>
> libgomp/Changelog:
> 2020-08-17 Clement Chigot <clement.chi...@atos.net>
>  * config/t-aix: Deleting libgomp before creating FAT library.
>
>
> Clément Chigot
> ATOS Bull SAS
> 1 rue de Provence - 38432 Échirolles - France
>

Reply via email to