From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Sat, 24 Jan 2009 11:37:51 +0100 Subject: [Buildroot] svn commit: trunk/buildroot/package/multimedia/mpg123 In-Reply-To: <20090124101510.62459769CC@busybox.osuosl.org> (ulf@uclibc.org's message of "Sat\, 24 Jan 2009 10\:15\:09 +0000 \(UTC\)") References: <20090124101510.62459769CC@busybox.osuosl.org> Message-ID: <87mydhgfb4.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "ulf" == ulf writes: ulf> Author: ulf ulf> Date: 2009-01-24 10:15:05 +0000 (Sat, 24 Jan 2009) ulf> New Revision: 24999 ulf> Log: ulf> Add fix to mpg123 for bug in ARM release toolchain causing segment violation, bug reported to gcc bugzilla ulf> Added: ulf> trunk/buildroot/package/multimedia/mpg123/mpg123-0.66-arm-unroll.patch ulf> Modified: ulf> trunk/buildroot/package/multimedia/mpg123/Config.in ulf> trunk/buildroot/package/multimedia/mpg123/mpg123.mk And if it is needed, then handle it in the Makefile and don't introduce a new config symbol for it. Default values are only taken into consideration if the symbols are unknown, so with your approach an existing .config will keep on enabling that workaround if the user changes the gcc version. -- Bye, Peter Korsgaard