zephyr/cmake/compiler/gcc
Stephanos Ioannidis 010a95c2d0 cmake: gcc: Remove no_libgcc exclusion for libgcc detection
This commit removes the `NOT no_libgcc` condition for the automatic
libgcc path detection.

The `no_libgcc` variable was previously set in this file to exclude
libgcc detection for the x86-64 targets because the x86-64 arch used
x32 ABI (`-mx32`) and the multilib for this ABI was not commonly
available. This is no longer the case (x86-64 targets now use `-m64`)
and libgcc must always be available.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2021-06-16 18:35:54 +02:00
..
compiler_flags.cmake cmake: force GCC to emit DWARF version 4 2021-06-04 16:22:03 -05:00
generic.cmake
target_arm64.cmake cmake: arm64: Add Cortex-R82 in toolchain option 2021-04-13 07:47:44 -04:00
target_arm.cmake arm/arm64: Make ARM64 a standalone architecture 2021-03-31 10:34:33 -05:00
target_riscv.cmake riscv: give -mcmodel=medany to GCC when linking 2021-01-15 13:06:33 -05:00
target_sparc.cmake SPARC: add FPU support 2020-12-04 14:33:43 +02:00
target_x86.cmake x86: enable soft float support for Zephyr SDK 2021-01-20 16:45:31 -05:00
target.cmake cmake: gcc: Remove no_libgcc exclusion for libgcc detection 2021-06-16 18:35:54 +02:00