]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mips: enable CONFIG_USE_PRIVATE_LIBGCC by default
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 23 Oct 2014 16:30:46 +0000 (01:30 +0900)
committerTom Rini <trini@ti.com>
Thu, 23 Oct 2014 17:19:15 +0000 (13:19 -0400)
Without the private libgcc, we need a full multilib toolchain with
different libgcc or multiple toolchains to build all BE/LE and
hard-float/soft-float variants of MIPS boards.  That is not feasible.

This commit allows us to build all the MIPS boards with a single
kernel.org toolchain:

https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.9.0/
x86_64-gcc-4.9.0-nolibc_mips-linux.tar.xz

This change sounds reasonable for most users.  If necessary,
you can disable this option via "make menuconfig" or friends.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/Kconfig

index 7686b779bf7b20dd8bb2df58365314105d5f2b47..9b72bab56b64884543e1527a2186b388f7d460ca 100644 (file)
@@ -4,6 +4,9 @@ menu "MIPS architecture"
 config SYS_ARCH
        default "mips"
 
+config USE_PRIVATE_LIBGCC
+       default y
+
 choice
        prompt "Target select"