[PATCH] Removed check for texinfo 5.x. Binutils 2.24 and gcc 4.8.2 build with GNU texinfo 5.1

Alan Cudmore alan.cudmore at gmail.com
Wed Dec 18 16:10:47 UTC 2013


This is for RTEMS Source Builder. Binutils 2.23.x did not build on Ubuntu 13.10 because of texinfo 5.1. The problem is fixed in Binutils 2.24, so the check for texinfo 5.x is no longer needed for this configuration.

---
 rtems/config/tools/rtems-gcc-4.8.2-newlib-cvs-1.cfg | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/rtems/config/tools/rtems-gcc-4.8.2-newlib-cvs-1.cfg b/rtems/config/tools/rtems-gcc-4.8.2-newlib-cvs-1.cfg
index 15942fc..4a5b642 100644
--- a/rtems/config/tools/rtems-gcc-4.8.2-newlib-cvs-1.cfg
+++ b/rtems/config/tools/rtems-gcc-4.8.2-newlib-cvs-1.cfg
@@ -19,11 +19,6 @@
 %define with_iconv 1
 %endif
 
-# Incompatible with Texinfo 5
-%if %{__makeinfo_ver} >= 5.0
- %error Incomaptible version of makeinfo found!
-%endif
-
 #
 # Newlib is from CVS.
 #
-- 
1.8.3.2




More information about the devel mailing list