From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mason Date: Sun, 17 Jan 2016 14:05:41 +0100 Subject: [Buildroot] [autobuild.buildroot.net] Build results for 2016-01-14 In-Reply-To: References: <20160115073021.DAA6410303A@stock.ovh.net> <569AB33F.6010701@mind.be> <7mqqmcx6cr.ln2@ID-313208.user.individual.net> <569B5966.5080706@free.fr> Message-ID: <569B91A5.2040809@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 17/01/2016 12:44, Bernd Kuhls wrote: > Am Sun, 17 Jan 2016 10:05:42 +0100 schrieb Mason: > >> Arnout is suggesting: >> >> depends on !BR2_arc || BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 >> >> Reading more closely, are you saying the build is broken on ARC if gcc >> version >= 4.8 ? Or if gcc version <= 4.8 ? > > the build on arc is broken with gcc-4.8, the fix was committed to gcc-4.9: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59049 > > After further inspection I saw that gcc-4.8 is the only toolchain offered > by buildroot for arc so > depends on !BR2_arc > alone fixes the problem, see http://patchwork.ozlabs.org/patch/569251/ I would have thought depends on !BR2_arc || BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 was a better solution, since the package would "automatically" be available once gcc 4.9 is available for that platform. Regards.