From: John Bowler Date: Thu, 11 Aug 2005 20:10:45 +0000 (+0000) Subject: libmad: thumb only (so no PR change): remove the erroneous use of 32 bit X-Git-Tag: Release-2010-05/1~9453^2~3932 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=729d1980b3800bb4c4cf7744583206bd95057770;p=openembedded.git libmad: thumb only (so no PR change): remove the erroneous use of 32 bit ARM assembler when compiling thumb --- diff --git a/packages/libmad/libmad_0.15.0b.bb b/packages/libmad/libmad_0.15.0b.bb index 910399f8b3..51402d2f01 100644 --- a/packages/libmad/libmad_0.15.0b.bb +++ b/packages/libmad/libmad_0.15.0b.bb @@ -11,6 +11,8 @@ S = "${WORKDIR}/libmad-${PV}" inherit autotools EXTRA_OECONF = "-enable-speed --enable-shared" +# The ASO's don't take any account of thumb... +EXTRA_OECONF_append_thumb = " --disable-aso --enable-fpm=default" do_configure_prepend () { # damn picky automake...