summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-04-14 11:32:29 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-04-14 11:34:43 +0200
commit8c8ad489912108175f0825d9dfcf0caaff3958a6 (patch)
treefc1ecd67bc0deb8af3459d491a2b9f96ca4c2fef
parentfb4686fa411490822476a6ef68d32b75b987bf59 (diff)
downloadptxdist-8c8ad489912108175f0825d9dfcf0caaff3958a6.tar.gz
ptxdist-8c8ad489912108175f0825d9dfcf0caaff3958a6.tar.xz
lame: fix optimization
full optimization is broken for cross-compiling. It tries things like -mtune=native. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/lame.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/lame.make b/rules/lame.make
index a4e2a1a0f..793f2a974 100644
--- a/rules/lame.make
+++ b/rules/lame.make
@@ -47,7 +47,7 @@ LAME_CONF_OPT := \
--$(call ptx/endis, PTXCONF_LAME_FRONTEND)-frontend \
--disable-mp3x \
--enable-mp3rtp \
- --enable-expopt=full \
+ --enable-expopt \
--disable-debug \
--without-dmalloc