aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/eglibc_2.11.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-09-13 19:52:36 +0000
committerKhem Raj <raj.khem@gmail.com>2010-09-14 14:07:03 -0700
commit134e90b90d6172449d4875fc031fc5e6cb51167f (patch)
treee7b6cbb368a01b62d666ad1acaaabc65dfb89256 /recipes/eglibc/eglibc_2.11.bb
parenteb9f07b76ebf47d1696b525438b872065a0d74a8 (diff)
downloadopenembedded-134e90b90d6172449d4875fc031fc5e6cb51167f.tar.gz
eglibc: Do not specify ports multiple time to --enable-addons
* While building for mips64 I noticed a problem where eglibc configure did not get the mips sub arch correct during configure the reason was we had ports twice in configure commandline which ran a ports configure twice and appended machines multiple times to paths which then were wrong and it failed to select correct ABI to compile eglibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/eglibc/eglibc_2.11.bb')
-rw-r--r--recipes/eglibc/eglibc_2.11.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/eglibc/eglibc_2.11.bb b/recipes/eglibc/eglibc_2.11.bb
index 5d9b8e2d45..bece90f756 100644
--- a/recipes/eglibc/eglibc_2.11.bb
+++ b/recipes/eglibc/eglibc_2.11.bb
@@ -48,7 +48,7 @@ python __anonymous () {
EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
--without-cvs --disable-profile --disable-debug --without-gd \
--enable-clocale=gnu \
- --enable-add-ons=${GLIBC_ADDONS},ports \
+ --enable-add-ons=${GLIBC_ADDONS} \
--with-headers=${STAGING_INCDIR} \
--without-selinux \
${GLIBC_EXTRA_OECONF}"