[oe-commits] Jeremy Puhlman : bitbake.conf: Add export for cross NM.

git version control git at git.openembedded.org
Mon Aug 24 21:09:01 UTC 2009


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

Author: Jeremy Puhlman <jpuhlman at mvista.com>
Date:   Fri Apr  3 15:49:06 2009 -0700

bitbake.conf: Add export for cross NM.

When not providing a cross nm, the configure for libtool-cross falls back to
the system nm. This can lead to empty "global_symbol_pipe" and
"global_symbol_to_cdeclvarble" variables in the generated libtool script.

Signed-off-by: Jeremy Puhlman <jpuhlman at mvista.com>
Signed-off-by: Chris Larson <clarson at mvista.com>
Acked-by: Holger Hans Peter Freyther <zecke at selfish.org>

---

 conf/bitbake.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index c4af34e..c2f7666 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -405,6 +405,7 @@ export RANLIB = "${HOST_PREFIX}ranlib"
 export STRIP = "${HOST_PREFIX}strip"
 export OBJCOPY = "${HOST_PREFIX}objcopy"
 export OBJDUMP = "${HOST_PREFIX}objdump"
+export NM = "${HOST_PREFIX}nm"
 PYTHON = "${@sys.executable}"
 
 export BUILD_CC = "${CCACHE}${BUILD_PREFIX}gcc ${BUILD_CC_ARCH}"





More information about the Openembedded-commits mailing list