From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Bohmer Date: Fri, 31 Oct 2008 23:37:32 +0100 Subject: [U-Boot] [patch 0/1] [Experimental] U-boot linking against libgcc Message-ID: <20081031223732.621253131@bohmer.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Related to the discussion we had earlier today about linking to libgcc I have here a experimental patch that removes the linking to libgcc. I called it experimental because I am not able to test if all architectures still compile properly, and as such it needs more (build)testing before integrating. I tested several ARM boards, and they all compile and link fine. I am convinced that it is the way to go to remove libgcc of the link list, but if we integrate this patch I cannot guarantee it does not break some builds, but it makes clear which boards are depending on interfaces from a library it should not depend on in the first place. Those boards might need additional patches. I hope you can find some time to do some more compile testing across different architectures. Kind Regards, Remy B??hmer