mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] glibc-headers: require host-autotools-autoconf
@ 2012-03-10 18:33 Andreas Bießmann
  2012-03-11 21:34 ` [ptxdist] [PATCH v2] " Andreas Bießmann
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Bießmann @ 2012-03-10 18:33 UTC (permalink / raw)
  To: PTXdist ML; +Cc: OSELAS ML

commit 2318b45203e5d173afff04c9c4884e93602ad586 uses autoconf to
re-generate parts of glibc's configure system. But that commit failed to
require host-tool autoconf.
This patch adds host-autotools-autoconf to the glibc-headers as
requirement.

Signed-off-by: Andreas Bießmann <andreas@biessmann.de>
---
 Kconfig        |    1 +
 rules/glibc.in |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Kconfig b/Kconfig
index 7e5aeb6..36c7b8c 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 "workspace/rules/host-autotools-autoconf.in"
 
 comment "----------------------------------"
 
diff --git a/rules/glibc.in b/rules/glibc.in
index fe876ac..56dbad9 100644
--- a/rules/glibc.in
+++ b/rules/glibc.in
@@ -4,6 +4,7 @@ config GLIBC_HEADERS
 	bool
 	select KERNEL_HEADERS
 	select CROSS_BINUTILS
+	select HOST_AUTOTOOLS_AUTOCONF
 
 config GLIBC_CRT
 	bool
-- 
1.7.5.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-11 21:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-10 18:33 [ptxdist] [PATCH] glibc-headers: require host-autotools-autoconf Andreas Bießmann
2012-03-11 21:34 ` [ptxdist] [PATCH v2] " Andreas Bießmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox