Control: reopen -1 On 2025-10-29 06:19, Mark Brown wrote: > On Wed, Oct 29, 2025 at 07:17:36PM +0100, Emanuele Rocca wrote: > > In the build logs I see commands such as: > > > aarch64-linux-gnu-gcc -c \ > > -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe > > -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g > > -Wall \ > > -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree > > -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"1.406498505\" \ > > -DXS_VERSION=\"1.406498505\" -fPIC > > "-I/usr/lib/aarch64-linux-gnu/perl/5.40/CORE" blib/xs/Numbers.c -o > > blib/xs/Numbers.o > > > Suggesting that at least some parts of the software are written in C? > > Oh, so it is - my mistake, this looked like more of the noise that > people keep churning out.
I noticed this by looking for ELF files without PAC/BTI/GCS notes. Numbers.so and Interface.so are the relevant ones in this case. Thanks, ema

