diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-08-11 20:10:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-11 20:10:45 +0000 |
commit | 729d1980b3800bb4c4cf7744583206bd95057770 (patch) | |
tree | 1eedae910f6134f4cec22bb1683df4011e33c240 /packages/libmad/libmad_0.15.0b.bb | |
parent | 122c43cb0589c423749b9f046ceed1ab53bee9f6 (diff) |
libmad: thumb only (so no PR change): remove the erroneous use of 32 bit
ARM assembler when compiling thumb
Diffstat (limited to 'packages/libmad/libmad_0.15.0b.bb')
-rw-r--r-- | packages/libmad/libmad_0.15.0b.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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... |