summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-11-08 17:51:41 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-11-08 17:51:41 +0100
commit442ae3a70f492fb16440ca081309638de0a6bd1b (patch)
treea1573aa6d6990f2676bc6a0c407079b1252bcc8a /toolchain
parent7c7a310895260542394c3cab941143e07cb2db87 (diff)
parent22351cedf6cee6b8e0e23fdecf62f7af2939874a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/Makefile2
-rw-r--r--toolchain/eglibc/Makefile1
2 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index cc8c1b26a..ba67263ef 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -25,8 +25,6 @@ $(WRKBUILD)/.configured:
(cd $(WRKBUILD); \
$(WRKBUILD)/configure \
--prefix=$(STAGING_HOST_DIR) \
- --build=$(GNU_HOST_NAME) \
- --host=$(GNU_HOST_NAME) \
--target=$(REAL_GNU_TARGET_NAME) \
--with-sysroot=$(STAGING_TARGET_DIR) \
--disable-multilib \
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile
index fe6f40275..40563bcfb 100644
--- a/toolchain/eglibc/Makefile
+++ b/toolchain/eglibc/Makefile
@@ -64,6 +64,7 @@ $(WRKBUILD)/.headers: $(WRKBUILD)/.headers_configure
$(MAKE) install-headers install-bootstrap-headers=yes \
);
touch $(STAGING_TARGET_DIR)/usr/include/gnu/stubs.h
+ touch $(STAGING_TARGET_DIR)/usr/include/gnu/stubs-64.h
touch $@
ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y)