summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas@biessmann.de>2012-01-19 09:50:50 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-01-26 11:07:59 +0100
commit5eeea00660e06a2ec6109249db976e38ef279ac7 (patch)
treef8bafb1e3585ccefaf69dd79119f4add60d50908
parent207e2da5e5431efa09f852f15e3c077c79a068da (diff)
downloadOSELAS.Toolchain-5eeea00660e06a2ec6109249db976e38ef279ac7.tar.gz
OSELAS.Toolchain-5eeea00660e06a2ec6109249db976e38ef279ac7.tar.xz
glibc-2.14.1: activate readelf detection
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> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 2318b45203e5d173afff04c9c4884e93602ad586) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rwxr-xr-xpatches/glibc-2.14.1/autogen.sh8
1 files changed, 8 insertions, 0 deletions
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
+