aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Ferguson <thoughtmonster@gmail.com>2010-12-23 18:53:28 +0200
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-12-23 18:02:47 +0100
commit02c7f27affe08171f38e5d66c0cd845720a061be (patch)
tree73094a1f6b3228562ea22b01293e3ab0bc6b057c
parent41250d2e679db78d67ef6781bb5274f3e70b292e (diff)
downloadopenembedded-02c7f27affe08171f38e5d66c0cd845720a061be.tar.gz
phoneme-advanced.inc: Fix recipe for mips targets.
Fixed recipe for mips targets by implementing oe_phoneme_configmips which specifies -lm for LINK_ARCH_LIBS. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
-rw-r--r--recipes/phoneme/phoneme-advanced.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/phoneme/phoneme-advanced.inc b/recipes/phoneme/phoneme-advanced.inc
index 8e7a3f4401..380126362d 100644
--- a/recipes/phoneme/phoneme-advanced.inc
+++ b/recipes/phoneme/phoneme-advanced.inc
@@ -151,6 +151,10 @@ oe_phoneme_configarm() {
pmo USE_AAPCS $tf
}
+oe_phoneme_configmips() {
+ pmo LINK_ARCH_LIBS -lm
+}
+
oe_phoneme_configx86() {
# Taken from linux-x86-generic/GNUmakefile
pmo CVM_JIT_REGISTER_LOCALS false