Dear ARM A GNU Toolchain maintainers,
I have noticed that the latest AArch32 Linux GCC release v9.2-2019.12 for ARM A is configured without a default fpu option whereas ARM GCC v8.3-2019.03 and older Linaro toolchains used "--with-fpu=vfpv3-d16". The example ABE manifest file for v9.2 also still contains this option. Could you please explain the background for this configuration change?
Thank you very much,
Andrej
Thank you for the information!
Just one more question: where can one look up your Glibc configuration options?
kind regards
Andrej Gantvorg
Dear sir,
Looks like we are missing these flags. Well spotted. I will update build system to include those.
kind regardsPrzemyslaw Wirkus
FYI:
glibc/configure --enable-shared --with-tls --disable-profile \ --disable-omitfp --disable-bounded --disable-sanity-checks \ --build=x86_64-unknown-linux-gnu --host=aarch64-none-linux-gnu \ --disable-werror --enable-obsolete-rpc --disable-profile \ --without-gd --without-cvs