summaryrefslogtreecommitdiffstats
path: root/rules/glibc-first.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-10-28 14:21:03 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-11-22 15:32:48 +0100
commit997bd9a68f3ab412beccca681f2e40d480c3a4fa (patch)
tree4759bb0156186f4f077cca55d268e63983d34ece /rules/glibc-first.make
parentdea4d014eab36e1a3024a83bc21d0feee7b6b24f (diff)
downloadOSELAS.Toolchain-997bd9a68f3ab412beccca681f2e40d480c3a4fa.tar.gz
OSELAS.Toolchain-997bd9a68f3ab412beccca681f2e40d480c3a4fa.tar.xz
glibc: add GLIBC_CONFIG_EXTRA_CROSS option
some extra configure options require the cross gcc. They cannot be added to GLIBC_CONFIG_EXTRA. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/glibc-first.make')
-rw-r--r--rules/glibc-first.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/glibc-first.make b/rules/glibc-first.make
index fdd46a6..caeaa11 100644
--- a/rules/glibc-first.make
+++ b/rules/glibc-first.make
@@ -60,6 +60,7 @@ GLIBC_FIRST_MAKEVARS := AUTOCONF=no
GLIBC_FIRST_AUTOCONF = \
$(GLIBC_AUTOCONF_COMMON) \
+ $(PTXCONF_GLIBC_CONFIG_EXTRA_CROSS) \
--disable-debug \
--disable-profile \