From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 25 Mar 2016 07:41:14 +0100 Subject: [U-Boot] [PATCH 5/5] lib: Enable private libgcc by default In-Reply-To: References: <1458490534-5537-1-git-send-email-marex@denx.de> <1458490534-5537-5-git-send-email-marex@denx.de> <20160323135335.5fbe01ae@lilith> <20160323132238.GA23166@bill-the-cat> <20160323180845.4bbc1035@lilith> <20160323213617.GE23166@bill-the-cat> <20160324085003.61b54390@lilith> <20160325004942.GX23166@bill-the-cat> Message-ID: <20160325074114.20e6bd29@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Sergey, On Thu, 24 Mar 2016 18:37:52 -0700 (PDT), Sergey Kubushyn wrote: > On Thu, 24 Mar 2016, Tom Rini wrote: > U-Boot is a standalone program not supposed to coexist with any external > applications i.e. it is totally self-sufficient, not living in some kind of > system environment so it makes perfect sense for it not to use _ANY_ > external parts in the final binary. Granted U-Boot is standalone as a binary system component, but this binary, as the produce of GCC, is dependent on libgcc for more than simply AEABI support, hence my proposal. Amicalement, -- Albert.