summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-03-24 13:24:46 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-04-08 11:28:25 +0200
commited8d0197dc1007c5f71625cd16734552b314d2ca (patch)
tree292453b3db0fbc8ebf0be124c81cfe5058f5e1db
parent182f2cb715966b0dd891c2711332fe9a449d0c17 (diff)
downloadOSELAS.Toolchain-ed8d0197dc1007c5f71625cd16734552b314d2ca.tar.gz
OSELAS.Toolchain-ed8d0197dc1007c5f71625cd16734552b314d2ca.tar.xz
Kconfig: add host-autotools-autoconf from ptxdist
commit 2318b45203e5d173afff04c9c4884e93602ad586 uses autoconf to re-generate parts of glibc's configure system. But that commit failed to add host-tool autoconf. Based on a patch from Andreas Bießmann <andreas@biessmann.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit f5cf85c49fdd1a13219e608a83c78767149e0e69) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 7e5aeb6..71c4347 100644
--- a/Kconfig
+++ b/Kconfig
@@ -73,6 +73,7 @@ source "workspace/rules/host-mpc.in"
source "workspace/rules/host-mpfr.in"
source "workspace/rules/host-zlib.in"
source "workspace/rules/host-libelf.in"
+source "rules/host-autotools-autoconf.in"
comment "----------------------------------"