summaryrefslogtreecommitdiff
path: root/meta/packages/gcc/gcc-runtime_4.3.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gcc/gcc-runtime_4.3.3.bb')
-rw-r--r--meta/packages/gcc/gcc-runtime_4.3.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc-runtime_4.3.3.bb b/meta/packages/gcc/gcc-runtime_4.3.3.bb
index 080841ce8..0119a4147 100644
--- a/meta/packages/gcc/gcc-runtime_4.3.3.bb
+++ b/meta/packages/gcc/gcc-runtime_4.3.3.bb
@@ -21,7 +21,7 @@ do_configure () {
mkdir -p ${B}/$d/
cd ${B}/$d/
chmod a+x ${S}/$d/configure
- ${S}/$d/configure ${CONFIGUREOPTS}
+ ${S}/$d/configure ${CONFIGUREOPTS} ${EXTRA_OECONF_PATHS}
done
}