summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-06 13:37:38 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-06 17:06:50 +0200
commitb75624a495e9163de469597555e9a70406b1f7a6 (patch)
tree408dca3ea5739d60cc0bdbf6cf82bba4e148b169 /toolchain/gcc/Makefile
parentc2a0e85308760ba02ca8e5b222b5534ca018aa73 (diff)
allow static building of toolchain
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r--toolchain/gcc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 10afc0422..d2cc35d43 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -231,6 +231,7 @@ $(GCC_BUILD_DIR_FINAL)/.configured:
--enable-languages=$(LANGUAGES) \
--with-build-sysroot='$${prefix}/${STAGING_HOST2TARGET}' \
--with-sysroot='$${prefix}/${STAGING_HOST2TARGET}'
+ $(MAKE) -C $(GCC_BUILD_DIR_FINAL) configure-host
touch $@
$(WRKBUILD)/.compiled: $(GCC_BUILD_DIR_FINAL)/.configured