From: "Andreas Bießmann" <andreas@biessmann.de>
To: PTXdist ML <ptxdist@pengutronix.de>
Cc: OSELAS ML <oselas@community.pengutronix.de>
Subject: [ptxdist] [PATCH] glibc-headers: require host-autotools-autoconf
Date: Sat, 10 Mar 2012 19:33:29 +0100 [thread overview]
Message-ID: <1331404409-81095-1-git-send-email-andreas@biessmann.de> (raw)
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
next reply other threads:[~2012-03-10 18:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-10 18:33 Andreas Bießmann [this message]
2012-03-11 21:34 ` [ptxdist] [PATCH v2] " Andreas Bießmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1331404409-81095-1-git-send-email-andreas@biessmann.de \
--to=andreas@biessmann.de \
--cc=oselas@community.pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox