From: John Bowler Date: Thu, 11 Aug 2005 20:11:58 +0000 (+0000) Subject: libvorbis: thumb only (no PR change): prevent all optimisation to hide an X-Git-Tag: Release-2010-05/1~9453^2~3931 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5815d684a5f291ea94e1bdb4a4cded24fb742aae;p=openembedded.git libvorbis: thumb only (no PR change): prevent all optimisation to hide an apparent compiler bug (register spilling) when compiling thumb code. --- diff --git a/packages/libvorbis/libvorbis_1.0.1.bb b/packages/libvorbis/libvorbis_1.0.1.bb index 89bae8f858..3a3ab73eeb 100644 --- a/packages/libvorbis/libvorbis_1.0.1.bb +++ b/packages/libvorbis/libvorbis_1.0.1.bb @@ -9,6 +9,10 @@ file://m4.patch;patch=1" inherit autotools pkgconfig +# vorbisfile.c reveals a problem in the gcc register spilling for the +# thumb instruction set... +FULL_OPTIMIZATION_thumb = "-O0" + EXTRA_OECONF = "--with-ogg-libraries=${STAGING_LIBDIR} \ --with-ogg-includes=${STAGING_INCDIR}"