From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 27 Jul 2012 21:10:00 +0200 Subject: [U-Boot] [PATCH] dm: mips: Import libgcc components from Linux In-Reply-To: <201207271506.39815.vapier@gentoo.org> References: <1343414125-23359-1-git-send-email-marex@denx.de> <201207271506.39815.vapier@gentoo.org> Message-ID: <201207272110.01064.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Mike Frysinger, > On Friday 27 July 2012 14:35:25 Marek Vasut wrote: > > --- a/arch/mips/lib/Makefile > > +++ b/arch/mips/lib/Makefile > > @@ -34,6 +34,8 @@ else > > > > COBJS-y += bootm.o > > endif > > > > +COBJS-y += ashldi3.o ashrdi3.o lshrdi3.o > > pretty sure this belongs behind USE_PRIVATE_LIBGCC Good point ... Mike, I was always wondering what this USE_PRIVATE_LIBGCC is, can you elaborate please (pour some of your knowledge on me ;-) ) ? > -mike Best regards, Marek Vasut