summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-07-02 22:17:17 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-07-02 22:17:17 +0200
commit4d0c118d01a9066f1d44f4eb20d73e4410457312 (patch)
treee92ea583a05a113add0a40d963599b8aedce3fd1
parent2cc2445eb9e0bd65f038a0401ad26bfd0275fe8d (diff)
downloadembtoolkit-4d0c118d01a9066f1d44f4eb20d73e4410457312.tar.gz
embtoolkit-4d0c118d01a9066f1d44f4eb20d73e4410457312.tar.bz2
embtoolkit-4d0c118d01a9066f1d44f4eb20d73e4410457312.tar.xz
Toolchain: eglibc: configure with STRICT_GNU_TARGET
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--mk/eglibc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/eglibc.mk b/mk/eglibc.mk
index 90b4d23..c8dd635 100644
--- a/mk/eglibc.mk
+++ b/mk/eglibc.mk
@@ -95,7 +95,7 @@ $(EGLIBC_HEADERS_BUILD_DIR)/.configured:
RANLIB=$(TOOLS)/bin/$(STRICT_GNU_TARGET)-ranlib \
$(TOOLS_BUILD)/eglibc-$(EGLIBC_VERSION)/libc/configure --prefix=/usr \
--with-headers=$(SYSROOT)/usr/include \
- --host=$(GNU_TARGET) --build=$(HOST_BUILD) $(EGLIBC_FLOAT_TYPE) \
+ --host=$(STRICT_GNU_TARGET) --build=$(HOST_BUILD) $(EGLIBC_FLOAT_TYPE) \
--disable-profile --without-gd --without-cvs --enable-add-ons \
--enable-kernel="2.6.0"
@touch $@
@@ -117,7 +117,7 @@ $(EGLIBC_BUILD_DIR)/.configured:
RANLIB=$(TARGETRANLIB) \
$(TOOLS_BUILD)/eglibc-$(EGLIBC_VERSION)/libc/configure --prefix=/usr \
--with-headers=$(SYSROOT)/usr/include \
- --host=$(GNU_TARGET) --build=$(HOST_BUILD) $(EGLIBC_FLOAT_TYPE) \
+ --host=$(STRICT_GNU_TARGET) --build=$(HOST_BUILD) $(EGLIBC_FLOAT_TYPE) \
--disable-profile --without-gd --without-cvs --enable-add-ons \
--enable-kernel="2.6.0"
@touch $@