From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Gorsulowski Date: Fri, 24 Jul 2009 08:07:21 +0200 Subject: [U-Boot] [PATCH v2] Make linking against libgcc configurable In-Reply-To: <4A6882D7.5040708@denx.de> References: <1248347380-27013-1-git-send-email-wd@denx.de> <1248347759-28119-1-git-send-email-wd@denx.de> <4A686566.409@esd.eu> <4A686FB6.1080405@denx.de> <4A6876FC.6020809@esd.eu> <4A68782B.3070401@esd.eu> <4A6882D7.5040708@denx.de> Message-ID: <4A694F99.3030704@esd.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Heiko Schocher wrote: > Hello Daniel, > Hello Heiko, First, I would like to apologize for top posting in my last 3 mails. I am anxious to avoid that in the feature. > Daniel Gorsulowski wrote: >> Sorry, it was my misstake. >> >> By c&p and applying yout patch I missed the changes in lib_arm/Makefile. >> But as i wrote, _lshrdi3.a does not compile. > > Why do you use c&p, and not better tools? > Thank you, now I learned using git-am as well by patches, created with git-format-patch, as by emails from my mailbox. > Compiling the meesc board with actual u-boot and the patches > from Wolfgang, Dirk and me, works fine for me: > > [hs at pollux u-boot]$ make mrproper > [hs at pollux u-boot]$ make meesc_config > Configuring for meesc board... > [hs at pollux u-boot]$ make USE_PRIVATE_LIBGCC=yes -s all > [hs at pollux u-boot]$ > [hs at pollux u-boot]$ ls -al u-boot.bin > -rwxrwxr-x 1 hs hs 136820 23. Jul 17:25 u-boot.bin ... > After re-applying the patches by git-am, everything workes fine for me too. Sorry for confusing... > bye > Heiko Bye, Daniel