summaryrefslogtreecommitdiff
path: root/tools/4.11
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-04-05 14:24:01 +1100
committerChris Johns <chrisj@rtems.org>2013-04-05 14:24:01 +1100
commiteba19fac98107278832f372d61d244a1e2da8ea8 (patch)
tree6fbedbdaca945d6751be427d60cb0aed7b3abce1 /tools/4.11
parent926ef3c81b64d399a1981292aac4d4bcb3e358ec (diff)
Update to the patch Joel merged.
Diffstat (limited to 'tools/4.11')
-rwxr-xr-xtools/4.11/gcc/arm/gcc-4.7-rtems4.11-arm-eabi-libcpp-20130403.diff39
-rw-r--r--tools/4.11/gcc/arm/gcc-arm-to-eabi-part2-20130402.diff24
2 files changed, 39 insertions, 24 deletions
diff --git a/tools/4.11/gcc/arm/gcc-4.7-rtems4.11-arm-eabi-libcpp-20130403.diff b/tools/4.11/gcc/arm/gcc-4.7-rtems4.11-arm-eabi-libcpp-20130403.diff
new file mode 100755
index 0000000..03b6619
--- /dev/null
+++ b/tools/4.11/gcc/arm/gcc-4.7-rtems4.11-arm-eabi-libcpp-20130403.diff
@@ -0,0 +1,39 @@
+This patch is for GCC 4.6 and 4.7.
+
+libcpp/ChangeLog
+2013-04-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ PR target/56771
+ * configure.ac: Require 64-bit int for arm*-*-rtems[.0-9]*.
+ * configure: Regenerate.
+---
+ libcpp/configure | 1 +
+ libcpp/configure.ac | 1 +
+ 2 files changed, 2 insertions(+), 0 deletions(-)
+
+diff --git a/libcpp/configure b/libcpp/configure
+index fb5654d..1e351fa 100755
+--- a/libcpp/configure
++++ b/libcpp/configure
+@@ -7370,6 +7370,7 @@ fi
+ case $target in
+ alpha*-*-* | \
+ arm*-*-*eabi* | \
++ arm*-*-rtems[.0-9]* | \
+ arm*-*-symbianelf* | \
+ x86_64-*-* | \
+ ia64-*-* | \
+diff --git a/libcpp/configure.ac b/libcpp/configure.ac
+index 070ab63..6d525ec 100644
+--- a/libcpp/configure.ac
++++ b/libcpp/configure.ac
+@@ -150,6 +150,7 @@ m4_changequote(,)
+ case $target in
+ alpha*-*-* | \
+ arm*-*-*eabi* | \
++ arm*-*-rtems[.0-9]* | \
+ arm*-*-symbianelf* | \
+ x86_64-*-* | \
+ ia64-*-* | \
+--
+1.7.7
diff --git a/tools/4.11/gcc/arm/gcc-arm-to-eabi-part2-20130402.diff b/tools/4.11/gcc/arm/gcc-arm-to-eabi-part2-20130402.diff
deleted file mode 100644
index 77a3d4f..0000000
--- a/tools/4.11/gcc/arm/gcc-arm-to-eabi-part2-20130402.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/libcpp/configure b/libcpp/configure
-index fb5654d..1e351fa 100755
---- a/libcpp/configure
-+++ b/libcpp/configure
-@@ -7370,6 +7370,7 @@ fi
- case $target in
- alpha*-*-* | \
- arm*-*-*eabi* | \
-+ arm*-*-rtems[.0-9]* | \
- arm*-*-symbianelf* | \
- x86_64-*-* | \
- ia64-*-* | \
-diff --git a/libcpp/configure.ac b/libcpp/configure.ac
-index 070ab63..6d525ec 100644
---- a/libcpp/configure.ac
-+++ b/libcpp/configure.ac
-@@ -150,6 +150,7 @@ m4_changequote(,)
- case $target in
- alpha*-*-* | \
- arm*-*-*eabi* | \
-+ arm*-*-rtems[.0-9]* | \
- arm*-*-symbianelf* | \
- x86_64-*-* | \
- ia64-*-* | \