Re: [PATCH] rtemstoolkit:libelf: sync _libelf_config.h with FreeBSD

2022-05-17 Thread Chris Johns
OK. I have push it. Thanks Chris On 12/5/22 5:19 pm, Karel Gardas wrote: > This fixes compilation issue on Apple M1. > --- > .../elftoolchain/libelf/_libelf_config.h | 62 +++ > 1 file changed, 21 insertions(+), 41 deletions(-) > > diff --git a/rtemstoolkit/elftoolchain/lib

[PATCH] rtemstoolkit:libelf: sync _libelf_config.h with FreeBSD

2022-05-12 Thread Karel Gardas
This fixes compilation issue on Apple M1. --- .../elftoolchain/libelf/_libelf_config.h | 62 +++ 1 file changed, 21 insertions(+), 41 deletions(-) diff --git a/rtemstoolkit/elftoolchain/libelf/_libelf_config.h b/rtemstoolkit/elftoolchain/libelf/_libelf_config.h index 102aa01

Re: [PATCH] rtemstoolkit:libelf: sync _libelf_config.h with FreeBSD

2022-05-12 Thread Karel Gardas
Chris, this is one patch for rtems-tools required for compilation on M1. It would be fantastic if you update the snapshot of tools and either let me know or make source-builder working with the new snapshot. I'm going to submit few more patches for source-builder to fix various compilation