libmad: thumb only (so no PR change): remove the erroneous use of 32 bit
authorJohn Bowler <jbowler@nslu2-linux.org>
Thu, 11 Aug 2005 20:10:45 +0000 (20:10 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 11 Aug 2005 20:10:45 +0000 (20:10 +0000)
ARM assembler when compiling thumb

packages/libmad/libmad_0.15.0b.bb

index 910399f..51402d2 100644 (file)
@@ -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...