From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Wed, 08 Oct 2014 12:16:48 +0200 Subject: [U-Boot] [PATCH 7/7] mips: enable CONFIG_USE_PRIVATE_LIBGCC by default In-Reply-To: <1411727024-19153-8-git-send-email-yamada.m@jp.panasonic.com> References: <1411727024-19153-1-git-send-email-yamada.m@jp.panasonic.com> <1411727024-19153-8-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <54350F10.8060207@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 26.09.2014 12:23, Masahiro Yamada wrote: > 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 would be reasonable for most users. If necessary, > you can disable this option via "make menuconfig" or friends. > > Signed-off-by: Masahiro Yamada > Cc: Daniel Schwierzeck > --- > > arch/mips/Kconfig | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Daniel Schwierzeck -- - Daniel