[Buildroot] [PATCH] beecrypt: fix compile for coldfire

Peter Korsgaard peter at korsgaard.com
Sat Jun 18 21:38:57 UTC 2016


>>>>> "Waldemar" == Waldemar Brodkorb <wbx at openadk.org> writes:

 > Package uses m68k optimization, which doesn't work with coldfire.
 > These optimizations are disabled with --enable-debug.

 > Fixes following autobuild failure:
 > http://autobuild.buildroot.net/results/bbe57a096de207b78e069591e21ac5a79eab069e/
 > http://autobuild.buildroot.net/results/ab702e6db382b1975d0cd61feaba9812830e81e8/

 > Signed-off-by: Waldemar Brodkorb <wbx at openadk.org>
 > ---
 >  package/beecrypt/beecrypt.mk | 5 +++++
 >  1 file changed, 5 insertions(+)

 > diff --git a/package/beecrypt/beecrypt.mk b/package/beecrypt/beecrypt.mk
 > index e66cec1..c5721ea 100644
 > --- a/package/beecrypt/beecrypt.mk
 > +++ b/package/beecrypt/beecrypt.mk
 > @@ -17,6 +17,11 @@ BEECRYPT_CONF_OPTS = \
 >  	--without-python \
 >  	--disable-openmp
 
 > +# disable optmized m68k assembly as it doesn't compile for coldfire

s/optmized/optimized/. Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list