summaryrefslogtreecommitdiffstats
path: root/rules/glibc.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-06-02 16:48:24 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-06-02 16:48:24 +0000
commitf7c29602b7cbaf9769239cfd22c16404094e2abf (patch)
tree62253bd56bcf094e4cf6394c2334a65c73233b70 /rules/glibc.make
parent07315d5af10c450cdecac5701b4794fab8a46c21 (diff)
downloadOSELAS.Toolchain-f7c29602b7cbaf9769239cfd22c16404094e2abf.tar.gz
OSELAS.Toolchain-f7c29602b7cbaf9769239cfd22c16404094e2abf.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/branches/OSELAS.Toolchain-mkl@6513 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'rules/glibc.make')
-rw-r--r--rules/glibc.make10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/glibc.make b/rules/glibc.make
index da1534a..f5280bc 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -88,8 +88,9 @@ GLIBC_AUTOCONF_COMMON := \
--enable-add-ons=$(subst $(space),$(comma),$(GLIBC_ADDONS)) \
\
--without-cvs \
- --disable-sanity-checks \
+ --without-gd \
--without-selinux \
+ --disable-sanity-checks \
\
$(PTXCONF_GLIBC_EXTRA_CONFIG)
@@ -103,11 +104,10 @@ GLIBC_AUTOCONF := \
$(GLIBC_AUTOCONF_COMMON) \
\
--enable-kernel=$(PTXCONF_GLIBC_ENABLE_KERNEL) \
- --enable-debug \
+ --enable-debug \
--enable-profile \
- --enable-shared \
- --enable-static-nss \
- --without-gd
+ --enable-shared \
+ --enable-static-nss
$(STATEDIR)/glibc.prepare:
@$(call targetinfo)