change log for rtems (2011-12-14)
rtems-vc at rtems.org
rtems-vc at rtems.org
Wed Dec 14 06:34:55 UTC 2011
*ralf*:
Disable system-readline on EL5 with gdb >= 7.3.91.
M 1.38 contrib/crossrpms/gdb/gdb.add
diff -u rtems/contrib/crossrpms/gdb/gdb.add:1.37 rtems/contrib/crossrpms/gdb/gdb.add:1.38
--- rtems/contrib/crossrpms/gdb/gdb.add:1.37 Wed Aug 31 22:48:10 2011
+++ rtems/contrib/crossrpms/gdb/gdb.add Wed Dec 14 00:24:04 2011
@@ -15,8 +15,15 @@
%global build_sim --enable-sim
# Whether to build against system readline
-# Default: yes
+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
%bcond_without system_readline
+%endif
# Whether to build python support
%if "%{_build}" != "%{_host}"
*ralf*:
Bump GDB_RPMREL.
M 1.23 contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am
M 1.68 contrib/crossrpms/rtems4.11/arm/Makefile.am
M 1.69 contrib/crossrpms/rtems4.11/avr/Makefile.am
M 1.67 contrib/crossrpms/rtems4.11/bfin/Makefile.am
M 1.66 contrib/crossrpms/rtems4.11/h8300/Makefile.am
M 1.70 contrib/crossrpms/rtems4.11/i386/Makefile.am
M 1.68 contrib/crossrpms/rtems4.11/lm32/Makefile.am
M 1.71 contrib/crossrpms/rtems4.11/m32c/Makefile.am
M 1.68 contrib/crossrpms/rtems4.11/m32r/Makefile.am
M 1.70 contrib/crossrpms/rtems4.11/m68k/Makefile.am
M 1.70 contrib/crossrpms/rtems4.11/mips/Makefile.am
M 1.13 contrib/crossrpms/rtems4.11/mipstx39/Makefile.am
M 1.71 contrib/crossrpms/rtems4.11/powerpc/Makefile.am
M 1.70 contrib/crossrpms/rtems4.11/sh/Makefile.am
M 1.73 contrib/crossrpms/rtems4.11/sparc/Makefile.am
M 1.60 contrib/crossrpms/rtems4.11/sparc64/Makefile.am
diff -u rtems/contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am:1.22 rtems/contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am:1.23
--- rtems/contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am:1.22 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/arm-eabi/Makefile.am Wed Dec 14 00:25:12 2011
@@ -22,7 +22,7 @@
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 1
+GDB_RPMREL = 2
include ../gdb.am
GDB_OPTS +=
diff -u rtems/contrib/crossrpms/rtems4.11/arm/Makefile.am:1.67 rtems/contrib/crossrpms/rtems4.11/arm/Makefile.am:1.68
--- rtems/contrib/crossrpms/rtems4.11/arm/Makefile.am:1.67 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/arm/Makefile.am Wed Dec 14 00:25:13 2011
@@ -23,7 +23,7 @@
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 1
+GDB_RPMREL = 2
include ../gdb.am
GDB_OPTS +=
diff -u rtems/contrib/crossrpms/rtems4.11/avr/Makefile.am:1.68 rtems/contrib/crossrpms/rtems4.11/avr/Makefile.am:1.69
--- rtems/contrib/crossrpms/rtems4.11/avr/Makefile.am:1.68 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/avr/Makefile.am Wed Dec 14 00:25:13 2011
@@ -22,7 +22,7 @@
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 1
+GDB_RPMREL = 2
include ../gdb.am
GDB_OPTS +=
diff -u rtems/contrib/crossrpms/rtems4.11/bfin/Makefile.am:1.66 rtems/contrib/crossrpms/rtems4.11/bfin/Makefile.am:1.67
--- rtems/contrib/crossrpms/rtems4.11/bfin/Makefile.am:1.66 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/bfin/Makefile.am Wed Dec 14 00:25:13 2011
@@ -22,7 +22,7 @@
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 1
+GDB_RPMREL = 2
include ../gdb.am
GDB_OPTS +=
diff -u rtems/contrib/crossrpms/rtems4.11/h8300/Makefile.am:1.65 rtems/contrib/crossrpms/rtems4.11/h8300/Makefile.am:1.66
--- rtems/contrib/crossrpms/rtems4.11/h8300/Makefile.am:1.65 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/h8300/Makefile.am Wed Dec 14 00:25:13 2011
@@ -22,7 +22,7 @@
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 1
+GDB_RPMREL = 2
include ../gdb.am
GDB_OPTS +=
diff -u rtems/contrib/crossrpms/rtems4.11/i386/Makefile.am:1.69 rtems/contrib/crossrpms/rtems4.11/i386/Makefile.am:1.70
--- rtems/contrib/crossrpms/rtems4.11/i386/Makefile.am:1.69 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/i386/Makefile.am Wed Dec 14 00:25:13 2011
@@ -22,7 +22,7 @@
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 1
+GDB_RPMREL = 2
include ../gdb.am
GDB_OPTS +=
diff -u rtems/contrib/crossrpms/rtems4.11/lm32/Makefile.am:1.67 rtems/contrib/crossrpms/rtems4.11/lm32/Makefile.am:1.68
--- rtems/contrib/crossrpms/rtems4.11/lm32/Makefile.am:1.67 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/lm32/Makefile.am Wed Dec 14 00:25:13 2011
@@ -22,7 +22,7 @@
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 1
+GDB_RPMREL = 2
include ../gdb.am
GDB_OPTS +=
diff -u rtems/contrib/crossrpms/rtems4.11/m32c/Makefile.am:1.70 rtems/contrib/crossrpms/rtems4.11/m32c/Makefile.am:1.71
--- rtems/contrib/crossrpms/rtems4.11/m32c/Makefile.am:1.70 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/m32c/Makefile.am Wed Dec 14 00:25:13 2011
@@ -22,7 +22,7 @@
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 1
+GDB_RPMREL = 2
include ../gdb.am
GDB_OPTS +=
diff -u rtems/contrib/crossrpms/rtems4.11/m32r/Makefile.am:1.67 rtems/contrib/crossrpms/rtems4.11/m32r/Makefile.am:1.68
--- rtems/contrib/crossrpms/rtems4.11/m32r/Makefile.am:1.67 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/m32r/Makefile.am Wed Dec 14 00:25:13 2011
@@ -22,7 +22,7 @@
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 1
+GDB_RPMREL = 2
include ../gdb.am
GDB_OPTS +=
diff -u rtems/contrib/crossrpms/rtems4.11/m68k/Makefile.am:1.69 rtems/contrib/crossrpms/rtems4.11/m68k/Makefile.am:1.70
--- rtems/contrib/crossrpms/rtems4.11/m68k/Makefile.am:1.69 Tue Dec 13 12:08:08 2011
+++ rtems/contrib/crossrpms/rtems4.11/m68k/Makefile.am Wed Dec 14 00:25:13 2011
@@ -22,7 +22,7 @@
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 1
+GDB_RPMREL = 2
include ../gdb.am
GDB_OPTS +=
diff -u rtems/contrib/crossrpms/rtems4.11/mips/Makefile.am:1.69 rtems/contrib/crossrpms/rtems4.11/mips/Makefile.am:1.70
--- rtems/contrib/crossrpms/rtems4.11/mips/Makefile.am:1.69 Tue Dec 13 12:08:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/mips/Makefile.am Wed Dec 14 00:25:13 2011
@@ -22,7 +22,7 @@
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 1
+GDB_RPMREL = 2
include ../gdb.am
GDB_OPTS +=
diff -u rtems/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am:1.12 rtems/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am:1.13
--- rtems/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am:1.12 Tue Dec 13 12:08:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am Wed Dec 14 00:25:13 2011
@@ -8,6 +8,6 @@
# We only want a gdb with a tx39 simulator in it. We share the other tools
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 1
+GDB_RPMREL = 2
include ../gdb.am
GDB_OPTS +=
diff -u rtems/contrib/crossrpms/rtems4.11/powerpc/Makefile.am:1.70 rtems/contrib/crossrpms/rtems4.11/powerpc/Makefile.am:1.71
--- rtems/contrib/crossrpms/rtems4.11/powerpc/Makefile.am:1.70 Tue Dec 13 12:08:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/powerpc/Makefile.am Wed Dec 14 00:25:13 2011
@@ -22,7 +22,7 @@
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 1
+GDB_RPMREL = 2
include ../gdb.am
GDB_OPTS +=
diff -u rtems/contrib/crossrpms/rtems4.11/sh/Makefile.am:1.69 rtems/contrib/crossrpms/rtems4.11/sh/Makefile.am:1.70
--- rtems/contrib/crossrpms/rtems4.11/sh/Makefile.am:1.69 Tue Dec 13 12:08:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/sh/Makefile.am Wed Dec 14 00:25:13 2011
@@ -22,7 +22,7 @@
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 1
+GDB_RPMREL = 2
include ../gdb.am
GDB_OPTS +=
diff -u rtems/contrib/crossrpms/rtems4.11/sparc/Makefile.am:1.72 rtems/contrib/crossrpms/rtems4.11/sparc/Makefile.am:1.73
--- rtems/contrib/crossrpms/rtems4.11/sparc/Makefile.am:1.72 Tue Dec 13 12:08:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/sparc/Makefile.am Wed Dec 14 00:25:13 2011
@@ -22,7 +22,7 @@
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 1
+GDB_RPMREL = 2
include ../gdb.am
GDB_OPTS +=
diff -u rtems/contrib/crossrpms/rtems4.11/sparc64/Makefile.am:1.59 rtems/contrib/crossrpms/rtems4.11/sparc64/Makefile.am:1.60
--- rtems/contrib/crossrpms/rtems4.11/sparc64/Makefile.am:1.59 Tue Dec 13 12:08:09 2011
+++ rtems/contrib/crossrpms/rtems4.11/sparc64/Makefile.am Wed Dec 14 00:25:13 2011
@@ -22,7 +22,7 @@
GDB_VERS = 7.3.91
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 1
+GDB_RPMREL = 2
include ../gdb.am
GDB_OPTS +=
*ralf*:
Regenerate.
M 1.8 contrib/crossrpms/rtems4.11/arm-eabi/rtems-4.11-arm-rtemseabi4.11-gdb.spec
M 1.13 contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gdb.spec
M 1.13 contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gdb.spec
M 1.11 contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec
M 1.14 contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gdb.spec
M 1.13 contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gdb.spec
M 1.14 contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gdb.spec
M 1.14 contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gdb.spec
M 1.13 contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gdb.spec
M 1.13 contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gdb.spec
M 1.13 contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gdb.spec
M 1.14 contrib/crossrpms/rtems4.11/mipstx39/rtems-4.11-mipstx39-rtems4.11-gdb.spec
M 1.15 contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gdb.spec
M 1.13 contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gdb.spec
M 1.14 contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gdb.spec
M 1.11 contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gdb.spec
diff -u rtems/contrib/crossrpms/rtems4.11/arm-eabi/rtems-4.11-arm-rtemseabi4.11-gdb.spec:1.7 rtems/contrib/crossrpms/rtems4.11/arm-eabi/rtems-4.11-arm-rtemseabi4.11-gdb.spec:1.8
--- rtems/contrib/crossrpms/rtems4.11/arm-eabi/rtems-4.11-arm-rtemseabi4.11-gdb.spec:1.7 Tue Dec 13 12:08:45 2011
+++ rtems/contrib/crossrpms/rtems4.11/arm-eabi/rtems-4.11-arm-rtemseabi4.11-gdb.spec Wed Dec 14 00:25:48 2011
@@ -52,7 +52,7 @@
Summary: Gdb for target arm-rtemseabi4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,8 +62,15 @@
%global build_sim --enable-sim
# Whether to build against system readline
-# Default: yes
+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
%bcond_without system_readline
+%endif
# Whether to build python support
%if "%{_build}" != "%{_host}"
diff -u rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gdb.spec:1.12 rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gdb.spec:1.13
--- rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gdb.spec:1.12 Tue Dec 13 12:08:45 2011
+++ rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gdb.spec Wed Dec 14 00:25:49 2011
@@ -52,7 +52,7 @@
Summary: Gdb for target arm-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,8 +62,15 @@
%global build_sim --enable-sim
# Whether to build against system readline
-# Default: yes
+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
%bcond_without system_readline
+%endif
# Whether to build python support
%if "%{_build}" != "%{_host}"
diff -u rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gdb.spec:1.12 rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gdb.spec:1.13
--- rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gdb.spec:1.12 Tue Dec 13 12:08:45 2011
+++ rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gdb.spec Wed Dec 14 00:25:49 2011
@@ -52,7 +52,7 @@
Summary: Gdb for target avr-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,8 +62,15 @@
%global build_sim --enable-sim
# Whether to build against system readline
-# Default: yes
+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
%bcond_without system_readline
+%endif
# Whether to build python support
%if "%{_build}" != "%{_host}"
diff -u rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec:1.10 rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec:1.11
--- rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec:1.10 Tue Dec 13 12:08:45 2011
+++ rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec Wed Dec 14 00:25:50 2011
@@ -52,7 +52,7 @@
Summary: Gdb for target bfin-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,8 +62,15 @@
%global build_sim --enable-sim
# Whether to build against system readline
-# Default: yes
+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
%bcond_without system_readline
+%endif
# Whether to build python support
%if "%{_build}" != "%{_host}"
diff -u rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gdb.spec:1.13 rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gdb.spec:1.14
--- rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gdb.spec:1.13 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gdb.spec Wed Dec 14 00:25:50 2011
@@ -52,7 +52,7 @@
Summary: Gdb for target h8300-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,8 +62,15 @@
%global build_sim --enable-sim
# Whether to build against system readline
-# Default: yes
+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
%bcond_without system_readline
+%endif
# Whether to build python support
%if "%{_build}" != "%{_host}"
diff -u rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gdb.spec:1.12 rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gdb.spec:1.13
--- rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gdb.spec:1.12 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gdb.spec Wed Dec 14 00:25:50 2011
@@ -52,7 +52,7 @@
Summary: Gdb for target i386-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,8 +62,15 @@
%global build_sim --enable-sim
# Whether to build against system readline
-# Default: yes
+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
%bcond_without system_readline
+%endif
# Whether to build python support
%if "%{_build}" != "%{_host}"
diff -u rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gdb.spec:1.13 rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gdb.spec:1.14
--- rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gdb.spec:1.13 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gdb.spec Wed Dec 14 00:25:51 2011
@@ -52,7 +52,7 @@
Summary: Gdb for target lm32-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,8 +62,15 @@
%global build_sim --enable-sim
# Whether to build against system readline
-# Default: yes
+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
%bcond_without system_readline
+%endif
# Whether to build python support
%if "%{_build}" != "%{_host}"
diff -u rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gdb.spec:1.13 rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gdb.spec:1.14
--- rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gdb.spec:1.13 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gdb.spec Wed Dec 14 00:25:52 2011
@@ -52,7 +52,7 @@
Summary: Gdb for target m32c-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,8 +62,15 @@
%global build_sim --enable-sim
# Whether to build against system readline
-# Default: yes
+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
%bcond_without system_readline
+%endif
# Whether to build python support
%if "%{_build}" != "%{_host}"
diff -u rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gdb.spec:1.12 rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gdb.spec:1.13
--- rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gdb.spec:1.12 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gdb.spec Wed Dec 14 00:25:53 2011
@@ -52,7 +52,7 @@
Summary: Gdb for target m32r-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,8 +62,15 @@
%global build_sim --enable-sim
# Whether to build against system readline
-# Default: yes
+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
%bcond_without system_readline
+%endif
# Whether to build python support
%if "%{_build}" != "%{_host}"
diff -u rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gdb.spec:1.12 rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gdb.spec:1.13
--- rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gdb.spec:1.12 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gdb.spec Wed Dec 14 00:25:53 2011
@@ -52,7 +52,7 @@
Summary: Gdb for target m68k-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,8 +62,15 @@
%global build_sim --enable-sim
# Whether to build against system readline
-# Default: yes
+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
%bcond_without system_readline
+%endif
# Whether to build python support
%if "%{_build}" != "%{_host}"
diff -u rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gdb.spec:1.12 rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gdb.spec:1.13
--- rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gdb.spec:1.12 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gdb.spec Wed Dec 14 00:25:54 2011
@@ -52,7 +52,7 @@
Summary: Gdb for target mips-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,8 +62,15 @@
%global build_sim --enable-sim
# Whether to build against system readline
-# Default: yes
+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
%bcond_without system_readline
+%endif
# Whether to build python support
%if "%{_build}" != "%{_host}"
diff -u rtems/contrib/crossrpms/rtems4.11/mipstx39/rtems-4.11-mipstx39-rtems4.11-gdb.spec:1.13 rtems/contrib/crossrpms/rtems4.11/mipstx39/rtems-4.11-mipstx39-rtems4.11-gdb.spec:1.14
--- rtems/contrib/crossrpms/rtems4.11/mipstx39/rtems-4.11-mipstx39-rtems4.11-gdb.spec:1.13 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/mipstx39/rtems-4.11-mipstx39-rtems4.11-gdb.spec Wed Dec 14 00:25:54 2011
@@ -52,7 +52,7 @@
Summary: Gdb for target mipstx39-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,8 +62,15 @@
%global build_sim --enable-sim
# Whether to build against system readline
-# Default: yes
+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
%bcond_without system_readline
+%endif
# Whether to build python support
%if "%{_build}" != "%{_host}"
diff -u rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gdb.spec:1.14 rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gdb.spec:1.15
--- rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gdb.spec:1.14 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gdb.spec Wed Dec 14 00:25:54 2011
@@ -52,7 +52,7 @@
Summary: Gdb for target powerpc-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,8 +62,15 @@
%global build_sim --enable-sim
# Whether to build against system readline
-# Default: yes
+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
%bcond_without system_readline
+%endif
# Whether to build python support
%if "%{_build}" != "%{_host}"
diff -u rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gdb.spec:1.12 rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gdb.spec:1.13
--- rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gdb.spec:1.12 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gdb.spec Wed Dec 14 00:25:54 2011
@@ -52,7 +52,7 @@
Summary: Gdb for target sh-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,8 +62,15 @@
%global build_sim --enable-sim
# Whether to build against system readline
-# Default: yes
+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
%bcond_without system_readline
+%endif
# Whether to build python support
%if "%{_build}" != "%{_host}"
diff -u rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gdb.spec:1.13 rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gdb.spec:1.14
--- rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gdb.spec:1.13 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gdb.spec Wed Dec 14 00:25:54 2011
@@ -52,7 +52,7 @@
Summary: Gdb for target sparc-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,8 +62,15 @@
%global build_sim --enable-sim
# Whether to build against system readline
-# Default: yes
+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
%bcond_without system_readline
+%endif
# Whether to build python support
%if "%{_build}" != "%{_host}"
diff -u rtems/contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gdb.spec:1.10 rtems/contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gdb.spec:1.11
--- rtems/contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gdb.spec:1.10 Tue Dec 13 12:08:46 2011
+++ rtems/contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gdb.spec Wed Dec 14 00:25:54 2011
@@ -52,7 +52,7 @@
Summary: Gdb for target sparc64-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,8 +62,15 @@
%global build_sim --enable-sim
# Whether to build against system readline
-# Default: yes
+# Default: yes, except on EL5
+%if "{gdb_version}" >= "7.3.91"
+# gdb >= 7.3.91 requires readline6
+# EL5's readline is too old
+%{?el5:%bcond_with system_readline}
+%{!?el5:%bcond_without system_readline}
+%else
%bcond_without system_readline
+%endif
# Whether to build python support
%if "%{_build}" != "%{_host}"
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20111214/e5816a43/attachment.html>
More information about the vc
mailing list