summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/binutils/2.17.50.0.2/400-makeinfo-version-check.patch
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-14 01:47:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-14 01:47:18 +0000
commitb0dcacabaac30072bc3fc4076723cd42c5d8973d (patch)
tree3d6e37cf70f7f3b18557baccf884ca90c2da4580 /misc/buildroot/toolchain/binutils/2.17.50.0.2/400-makeinfo-version-check.patch
parent5027365b990fb1ab4a6d5626acddcafba01977f5 (diff)
downloadnuttx-b0dcacabaac30072bc3fc4076723cd42c5d8973d.tar.gz
nuttx-b0dcacabaac30072bc3fc4076723cd42c5d8973d.tar.bz2
nuttx-b0dcacabaac30072bc3fc4076723cd42c5d8973d.zip
Removed old CVS directories
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3292 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/toolchain/binutils/2.17.50.0.2/400-makeinfo-version-check.patch')
-rw-r--r--misc/buildroot/toolchain/binutils/2.17.50.0.2/400-makeinfo-version-check.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/misc/buildroot/toolchain/binutils/2.17.50.0.2/400-makeinfo-version-check.patch b/misc/buildroot/toolchain/binutils/2.17.50.0.2/400-makeinfo-version-check.patch
deleted file mode 100644
index 8445b608a..000000000
--- a/misc/buildroot/toolchain/binutils/2.17.50.0.2/400-makeinfo-version-check.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up binutils-2.17/configure~ binutils-2.17/configure
---- binutils-2.17/configure~ 2007-12-02 16:56:59.000000000 +0100
-+++ binutils-2.17/configure 2007-12-02 16:56:59.000000000 +0100
-@@ -3637,7 +3637,7 @@ case " $build_configdirs " in
- # For an installed makeinfo, we require it to be from texinfo 4.4 or
- # higher, else we use the "missing" dummy.
- if ${MAKEINFO} --version \
-- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
-+ | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|4\.[1-3][0-9]|[5-9])' >/dev/null 2>&1; then
- :
- else
- MAKEINFO="$MISSING makeinfo"