Skip to content

Commit

Permalink
mips: enable CONFIG_USE_PRIVATE_LIBGCC by default
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Daniel Schwierzeck <[email protected]>
  • Loading branch information
masahir0y authored and trini committed Oct 23, 2014
1 parent 0732b2f commit 7bfd5ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ menu "MIPS architecture"
config SYS_ARCH
default "mips"

config USE_PRIVATE_LIBGCC
default y

choice
prompt "Target select"

Expand Down

0 comments on commit 7bfd5ee

Please sign in to comment.