[oe-commits] Alex Ferguson : phoneme-advanced.inc: Fix recipe for mips targets.

git version control git at git.openembedded.org
Thu Dec 23 17:02:13 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 02c7f27affe08171f38e5d66c0cd845720a061be
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=02c7f27affe08171f38e5d66c0cd845720a061be

Author: Alex Ferguson <thoughtmonster at gmail.com>
Date:   Thu Dec 23 18:53:28 2010 +0200

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 at gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 recipes/phoneme/phoneme-advanced.inc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/phoneme/phoneme-advanced.inc b/recipes/phoneme/phoneme-advanced.inc
index 8e7a3f4..3801263 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





More information about the Openembedded-commits mailing list