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> |
||
|---|---|---|
| .. | ||
| compiler_flags.cmake | ||
| generic.cmake | ||
| target_arm64.cmake | ||
| target_arm.cmake | ||
| target_riscv.cmake | ||
| target_sparc.cmake | ||
| target_x86.cmake | ||
| target.cmake | ||