mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: "Andreas Bießmann" <andreas@biessmann.de>
To: PTXdist ML <ptxdist@pengutronix.de>
Cc: "Andreas Bießmann" <andreas@biessmann.de>
Subject: [ptxdist] [PATCH 2/2] glibc-2.14.1: activate readelf detection
Date: Fri,  6 Jan 2012 19:57:19 +0100	[thread overview]
Message-ID: <1325876239-87882-3-git-send-email-andreas@biessmann.de> (raw)
In-Reply-To: <1325876239-87882-1-git-send-email-andreas@biessmann.de>

The glibc-2.14.1 patch
0003-configure.in-detect-readelf-with-AC_CHECK_TARGET_TOO.patch adds the
ability to use a specific readelf but does not apply the changes. This
patch adds autogen.sh to re-run autotools on configure.in.

Without this patch OS X can not prepare glibc-headers cause of missing
'readelf' tool.

Signed-off-by: Andreas Bießmann <andreas@biessmann.de>
---
 patches/glibc-2.14.1/autogen.sh |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100755 patches/glibc-2.14.1/autogen.sh

diff --git a/patches/glibc-2.14.1/autogen.sh b/patches/glibc-2.14.1/autogen.sh
new file mode 100755
index 0000000..2ba5507
--- /dev/null
+++ b/patches/glibc-2.14.1/autogen.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# rebuild ./configure (required by
+# 0003-configure.in-detect-readelf-with-AC_CHECK_TARGET_TOO.patch) but do not
+# use autoreconf, this does not work on every system correctly. Even makefiles
+# do it that way!
+autoconf configure.in > configure
+
-- 
1.7.8.2


-- 
ptxdist mailing list
ptxdist@pengutronix.de

      parent reply	other threads:[~2012-01-06 18:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-06 18:57 [ptxdist] [PATCH 0/2] Build OSELAS.Toolchain on OS X Andreas Bießmann
2012-01-06 18:57 ` [ptxdist] [PATCH 1/2] glibc-headers: use freshly generated binutils Andreas Bießmann
2012-01-06 18:57 ` Andreas Bießmann [this message]

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=1325876239-87882-3-git-send-email-andreas@biessmann.de \
    --to=andreas@biessmann.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