From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Mon, 08 Sep 2014 12:30:44 +0200 Subject: [U-Boot] Recommended MIPS toolchain In-Reply-To: <20140908182934.C42C.AA925319@jp.panasonic.com> References: <53F49272.10104@gmail.com> <20140908182934.C42C.AA925319@jp.panasonic.com> Message-ID: <540D8554.5050807@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 Hi Masahiro, On 08.09.2014 11:29, Masahiro Yamada wrote: > Hi Daniel, Vasili, > > >>> >>> sorry if I was not accurate enough but with introduction of Kbuild >>> "USE_PRIVATE_LIBGCC=yes" was changed to "CONFIG_USE_PRIVATE_LIBGCC=y". >>> To support different U-Boot versions you should set both variants: >>> >>> export USE_PRIVATE_LIBGCC=yes >>> export CONFIG_USE_PRIVATE_LIBGCC=y >>> >>> > > > Shall I send a patch to enable CONFIG_USE_PRIVATE_LIBGCC ? > I'm not sure. That would change the behaviour of MIPS in relation to other architectures. I think we need a common solution for all architectures which always use a private libgcc like the kernel does. -- - Daniel