X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=lib%2FKconfig;h=02ca4058d37e0b4e7f23b9885e9cc051d292c0ec;hb=320e0570e67efbd093d7750655a758c66e9d5528;hp=2b97c2b0a47f177b7a7d0db17bbf3b43d605f946;hpb=40345e9ea74b0caef06f205364bb2cf93528cc40;p=oweals%2Fu-boot.git diff --git a/lib/Kconfig b/lib/Kconfig index 2b97c2b0a4..02ca4058d3 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -14,6 +14,7 @@ config HAVE_PRIVATE_LIBGCC config USE_PRIVATE_LIBGCC bool "Use private libgcc" depends on HAVE_PRIVATE_LIBGCC + default y if HAVE_PRIVATE_LIBGCC && ((ARM && !ARM64) || MIPS) help This option allows you to use the built-in libgcc implementation of U-Boot instead of the one provided by the compiler.