summaryrefslogtreecommitdiff
path: root/misc/buildroot
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-06 15:39:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-06 15:39:40 +0000
commite9d0945b3698bf766ee89f0b4d9224d2394a8061 (patch)
tree05fe39f02f8e1c5bbbc3cccc286f36d2de5d54a8 /misc/buildroot
parentff8d8ff79b9d850d3334e2a5ea9bfb378cd69ae5 (diff)
downloadpx4-nuttx-e9d0945b3698bf766ee89f0b4d9224d2394a8061.tar.gz
px4-nuttx-e9d0945b3698bf766ee89f0b4d9224d2394a8061.tar.bz2
px4-nuttx-e9d0945b3698bf766ee89f0b4d9224d2394a8061.zip
Add patch to build with new Texinfo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1135 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot')
-rw-r--r--misc/buildroot/toolchain/binutils/2.17.50.0.10/400-makeinfo-version-check.patch12
-rw-r--r--misc/buildroot/toolchain/binutils/2.17.50.0.2/400-makeinfo-version-check.patch12
-rw-r--r--misc/buildroot/toolchain/binutils/2.17.50.0.3/400-makeinfo-version-check.patch12
-rw-r--r--misc/buildroot/toolchain/binutils/2.17.50.0.4/400-makeinfo-version-check.patch12
-rw-r--r--misc/buildroot/toolchain/binutils/2.17.50.0.5/400-makeinfo-version-check.patch12
-rw-r--r--misc/buildroot/toolchain/binutils/2.17.50.0.6/400-makeinfo-version-check.patch12
-rw-r--r--misc/buildroot/toolchain/binutils/2.17.50.0.7/400-makeinfo-version-check.patch12
-rw-r--r--misc/buildroot/toolchain/binutils/2.17.50.0.8/400-makeinfo-version-check.patch12
-rw-r--r--misc/buildroot/toolchain/binutils/2.17.50.0.9/400-makeinfo-version-check.patch12
-rw-r--r--misc/buildroot/toolchain/binutils/2.17/400-makeinfo-version-check.patch12
10 files changed, 120 insertions, 0 deletions
diff --git a/misc/buildroot/toolchain/binutils/2.17.50.0.10/400-makeinfo-version-check.patch b/misc/buildroot/toolchain/binutils/2.17.50.0.10/400-makeinfo-version-check.patch
new file mode 100644
index 000000000..8445b608a
--- /dev/null
+++ b/misc/buildroot/toolchain/binutils/2.17.50.0.10/400-makeinfo-version-check.patch
@@ -0,0 +1,12 @@
+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"
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
new file mode 100644
index 000000000..8445b608a
--- /dev/null
+++ b/misc/buildroot/toolchain/binutils/2.17.50.0.2/400-makeinfo-version-check.patch
@@ -0,0 +1,12 @@
+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"
diff --git a/misc/buildroot/toolchain/binutils/2.17.50.0.3/400-makeinfo-version-check.patch b/misc/buildroot/toolchain/binutils/2.17.50.0.3/400-makeinfo-version-check.patch
new file mode 100644
index 000000000..8445b608a
--- /dev/null
+++ b/misc/buildroot/toolchain/binutils/2.17.50.0.3/400-makeinfo-version-check.patch
@@ -0,0 +1,12 @@
+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"
diff --git a/misc/buildroot/toolchain/binutils/2.17.50.0.4/400-makeinfo-version-check.patch b/misc/buildroot/toolchain/binutils/2.17.50.0.4/400-makeinfo-version-check.patch
new file mode 100644
index 000000000..8445b608a
--- /dev/null
+++ b/misc/buildroot/toolchain/binutils/2.17.50.0.4/400-makeinfo-version-check.patch
@@ -0,0 +1,12 @@
+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"
diff --git a/misc/buildroot/toolchain/binutils/2.17.50.0.5/400-makeinfo-version-check.patch b/misc/buildroot/toolchain/binutils/2.17.50.0.5/400-makeinfo-version-check.patch
new file mode 100644
index 000000000..8445b608a
--- /dev/null
+++ b/misc/buildroot/toolchain/binutils/2.17.50.0.5/400-makeinfo-version-check.patch
@@ -0,0 +1,12 @@
+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"
diff --git a/misc/buildroot/toolchain/binutils/2.17.50.0.6/400-makeinfo-version-check.patch b/misc/buildroot/toolchain/binutils/2.17.50.0.6/400-makeinfo-version-check.patch
new file mode 100644
index 000000000..8445b608a
--- /dev/null
+++ b/misc/buildroot/toolchain/binutils/2.17.50.0.6/400-makeinfo-version-check.patch
@@ -0,0 +1,12 @@
+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"
diff --git a/misc/buildroot/toolchain/binutils/2.17.50.0.7/400-makeinfo-version-check.patch b/misc/buildroot/toolchain/binutils/2.17.50.0.7/400-makeinfo-version-check.patch
new file mode 100644
index 000000000..8445b608a
--- /dev/null
+++ b/misc/buildroot/toolchain/binutils/2.17.50.0.7/400-makeinfo-version-check.patch
@@ -0,0 +1,12 @@
+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"
diff --git a/misc/buildroot/toolchain/binutils/2.17.50.0.8/400-makeinfo-version-check.patch b/misc/buildroot/toolchain/binutils/2.17.50.0.8/400-makeinfo-version-check.patch
new file mode 100644
index 000000000..8445b608a
--- /dev/null
+++ b/misc/buildroot/toolchain/binutils/2.17.50.0.8/400-makeinfo-version-check.patch
@@ -0,0 +1,12 @@
+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"
diff --git a/misc/buildroot/toolchain/binutils/2.17.50.0.9/400-makeinfo-version-check.patch b/misc/buildroot/toolchain/binutils/2.17.50.0.9/400-makeinfo-version-check.patch
new file mode 100644
index 000000000..8445b608a
--- /dev/null
+++ b/misc/buildroot/toolchain/binutils/2.17.50.0.9/400-makeinfo-version-check.patch
@@ -0,0 +1,12 @@
+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"
diff --git a/misc/buildroot/toolchain/binutils/2.17/400-makeinfo-version-check.patch b/misc/buildroot/toolchain/binutils/2.17/400-makeinfo-version-check.patch
new file mode 100644
index 000000000..8445b608a
--- /dev/null
+++ b/misc/buildroot/toolchain/binutils/2.17/400-makeinfo-version-check.patch
@@ -0,0 +1,12 @@
+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"