[rtems-crossrpms commit] Regenerate.

Ralf Corsepius ralf at rtems.org
Mon Oct 8 07:44:23 UTC 2012


Module:    rtems-crossrpms
Branch:    rtems-4-10-branch
Commit:    5d5bad6c478768b11e7579cffdf171218d8c033e
Changeset: http://git.rtems.org/rtems-crossrpms/commit/?id=5d5bad6c478768b11e7579cffdf171218d8c033e

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Mon Oct  8 06:04:19 2012 +0200

Regenerate.

---

 rtems4.10/arm/Makefile.in                          |    2 +-
 rtems4.10/arm/rtems-4.10-arm-rtems4.10-gdb.spec    |    3 ++-
 rtems4.10/avr/Makefile.in                          |    2 +-
 rtems4.10/avr/rtems-4.10-avr-rtems4.10-gdb.spec    |    3 ++-
 rtems4.10/bfin/Makefile.in                         |    2 +-
 rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gdb.spec  |    3 ++-
 rtems4.10/h8300/Makefile.in                        |    2 +-
 .../h8300/rtems-4.10-h8300-rtems4.10-gdb.spec      |    3 ++-
 rtems4.10/i386/Makefile.in                         |    2 +-
 rtems4.10/i386/rtems-4.10-i386-rtems4.10-gdb.spec  |    3 ++-
 rtems4.10/lm32/Makefile.in                         |    2 +-
 rtems4.10/lm32/rtems-4.10-lm32-rtems4.10-gdb.spec  |    3 ++-
 rtems4.10/m32c/Makefile.in                         |    2 +-
 rtems4.10/m32c/rtems-4.10-m32c-rtems4.10-gdb.spec  |    3 ++-
 rtems4.10/m32r/Makefile.in                         |    2 +-
 rtems4.10/m32r/rtems-4.10-m32r-rtems4.10-gdb.spec  |    3 ++-
 rtems4.10/m68k/Makefile.in                         |    2 +-
 rtems4.10/m68k/rtems-4.10-m68k-rtems4.10-gdb.spec  |    3 ++-
 rtems4.10/mips/Makefile.in                         |    2 +-
 rtems4.10/mips/rtems-4.10-mips-rtems4.10-gdb.spec  |    3 ++-
 rtems4.10/mipstx39/Makefile.in                     |    2 +-
 .../rtems-4.10-mipstx39-rtems4.10-gdb.spec         |    3 ++-
 rtems4.10/powerpc/Makefile.in                      |    2 +-
 .../powerpc/rtems-4.10-powerpc-rtems4.10-gdb.spec  |    3 ++-
 rtems4.10/sh/Makefile.in                           |    2 +-
 rtems4.10/sh/rtems-4.10-sh-rtems4.10-gdb.spec      |    3 ++-
 rtems4.10/sparc/Makefile.in                        |    2 +-
 .../sparc/rtems-4.10-sparc-rtems4.10-gdb.spec      |    3 ++-
 28 files changed, 42 insertions(+), 28 deletions(-)

diff --git a/rtems4.10/arm/Makefile.in b/rtems4.10/arm/Makefile.in
index b2b7f1e..2625fd2 100644
--- a/rtems4.10/arm/Makefile.in
+++ b/rtems4.10/arm/Makefile.in
@@ -197,7 +197,7 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gcc/base-newlib.add
 GDB_VERS = 7.2
 GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 4
 GDB_OPTS =
 GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.10/arm/rtems-4.10-arm-rtems4.10-gdb.spec b/rtems4.10/arm/rtems-4.10-arm-rtems4.10-gdb.spec
index a037ca9..0c90859 100644
--- a/rtems4.10/arm/rtems-4.10-arm-rtems4.10-gdb.spec
+++ b/rtems4.10/arm/rtems-4.10-arm-rtems4.10-gdb.spec
@@ -52,7 +52,7 @@ Name:		rtems-4.10-arm-rtems4.10-gdb
 Summary:	Gdb for target arm-rtems4.10
 Group:		Development/Tools
 Version:	%{gdb_rpmvers}
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL/LGPL
 URL: 		http://sources.redhat.com/gdb
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -122,6 +122,7 @@ cd ..
   CFLAGS_FOR_BUILD="-g -O2 -Wall" \
 %endif
   CFLAGS="$RPM_OPT_FLAGS" \
+  INSTALL="install -p" \
   ../gdb-%{gdb_version}/configure \
     --build=%_build --host=%_host \
     --target=arm-rtems4.10 \
diff --git a/rtems4.10/avr/Makefile.in b/rtems4.10/avr/Makefile.in
index 19e80fc..0c0f56c 100644
--- a/rtems4.10/avr/Makefile.in
+++ b/rtems4.10/avr/Makefile.in
@@ -197,7 +197,7 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gcc/base-newlib.add
 GDB_VERS = 7.2
 GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 4
 GDB_OPTS =
 GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.10/avr/rtems-4.10-avr-rtems4.10-gdb.spec b/rtems4.10/avr/rtems-4.10-avr-rtems4.10-gdb.spec
index 709a156..b9ba331 100644
--- a/rtems4.10/avr/rtems-4.10-avr-rtems4.10-gdb.spec
+++ b/rtems4.10/avr/rtems-4.10-avr-rtems4.10-gdb.spec
@@ -52,7 +52,7 @@ Name:		rtems-4.10-avr-rtems4.10-gdb
 Summary:	Gdb for target avr-rtems4.10
 Group:		Development/Tools
 Version:	%{gdb_rpmvers}
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL/LGPL
 URL: 		http://sources.redhat.com/gdb
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -122,6 +122,7 @@ cd ..
   CFLAGS_FOR_BUILD="-g -O2 -Wall" \
 %endif
   CFLAGS="$RPM_OPT_FLAGS" \
+  INSTALL="install -p" \
   ../gdb-%{gdb_version}/configure \
     --build=%_build --host=%_host \
     --target=avr-rtems4.10 \
diff --git a/rtems4.10/bfin/Makefile.in b/rtems4.10/bfin/Makefile.in
index 1861521..cfe9c4c 100644
--- a/rtems4.10/bfin/Makefile.in
+++ b/rtems4.10/bfin/Makefile.in
@@ -197,7 +197,7 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gcc/base-newlib.add
 GDB_VERS = 7.3.1
 GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 4
+GDB_RPMREL = 5
 GDB_OPTS = --disable-infos
 GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gdb.spec b/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gdb.spec
index e660fcb..58ebac6 100644
--- a/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gdb.spec
+++ b/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gdb.spec
@@ -52,7 +52,7 @@ Name:		rtems-4.10-bfin-rtems4.10-gdb
 Summary:	Gdb for target bfin-rtems4.10
 Group:		Development/Tools
 Version:	%{gdb_rpmvers}
-Release:	4%{?dist}
+Release:	5%{?dist}
 License:	GPL/LGPL
 URL: 		http://sources.redhat.com/gdb
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -121,6 +121,7 @@ cd ..
   CFLAGS_FOR_BUILD="-g -O2 -Wall" \
 %endif
   CFLAGS="$RPM_OPT_FLAGS" \
+  INSTALL="install -p" \
   ../gdb-%{gdb_version}/configure \
     --build=%_build --host=%_host \
     --target=bfin-rtems4.10 \
diff --git a/rtems4.10/h8300/Makefile.in b/rtems4.10/h8300/Makefile.in
index f915efe..1e85c6e 100644
--- a/rtems4.10/h8300/Makefile.in
+++ b/rtems4.10/h8300/Makefile.in
@@ -197,7 +197,7 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gcc/base-newlib.add
 GDB_VERS = 7.2
 GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 4
 GDB_OPTS =
 GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.10/h8300/rtems-4.10-h8300-rtems4.10-gdb.spec b/rtems4.10/h8300/rtems-4.10-h8300-rtems4.10-gdb.spec
index f9d8d48..2b8f507 100644
--- a/rtems4.10/h8300/rtems-4.10-h8300-rtems4.10-gdb.spec
+++ b/rtems4.10/h8300/rtems-4.10-h8300-rtems4.10-gdb.spec
@@ -52,7 +52,7 @@ Name:		rtems-4.10-h8300-rtems4.10-gdb
 Summary:	Gdb for target h8300-rtems4.10
 Group:		Development/Tools
 Version:	%{gdb_rpmvers}
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL/LGPL
 URL: 		http://sources.redhat.com/gdb
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -126,6 +126,7 @@ cd ..
   CFLAGS_FOR_BUILD="-g -O2 -Wall" \
 %endif
   CFLAGS="$RPM_OPT_FLAGS" \
+  INSTALL="install -p" \
   ../gdb-%{gdb_version}/configure \
     --build=%_build --host=%_host \
     --target=h8300-rtems4.10 \
diff --git a/rtems4.10/i386/Makefile.in b/rtems4.10/i386/Makefile.in
index c27e432..bef2740 100644
--- a/rtems4.10/i386/Makefile.in
+++ b/rtems4.10/i386/Makefile.in
@@ -197,7 +197,7 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gcc/base-newlib.add
 GDB_VERS = 7.2
 GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 4
 GDB_OPTS =
 GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.10/i386/rtems-4.10-i386-rtems4.10-gdb.spec b/rtems4.10/i386/rtems-4.10-i386-rtems4.10-gdb.spec
index 91ea84d..73976df 100644
--- a/rtems4.10/i386/rtems-4.10-i386-rtems4.10-gdb.spec
+++ b/rtems4.10/i386/rtems-4.10-i386-rtems4.10-gdb.spec
@@ -52,7 +52,7 @@ Name:		rtems-4.10-i386-rtems4.10-gdb
 Summary:	Gdb for target i386-rtems4.10
 Group:		Development/Tools
 Version:	%{gdb_rpmvers}
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL/LGPL
 URL: 		http://sources.redhat.com/gdb
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -122,6 +122,7 @@ cd ..
   CFLAGS_FOR_BUILD="-g -O2 -Wall" \
 %endif
   CFLAGS="$RPM_OPT_FLAGS" \
+  INSTALL="install -p" \
   ../gdb-%{gdb_version}/configure \
     --build=%_build --host=%_host \
     --target=i386-rtems4.10 \
diff --git a/rtems4.10/lm32/Makefile.in b/rtems4.10/lm32/Makefile.in
index 2010578..e4357c1 100644
--- a/rtems4.10/lm32/Makefile.in
+++ b/rtems4.10/lm32/Makefile.in
@@ -197,7 +197,7 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gcc/base-newlib.add
 GDB_VERS = 7.2
 GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 4
 GDB_OPTS =
 GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.10/lm32/rtems-4.10-lm32-rtems4.10-gdb.spec b/rtems4.10/lm32/rtems-4.10-lm32-rtems4.10-gdb.spec
index 92fcd2f..07da9e5 100644
--- a/rtems4.10/lm32/rtems-4.10-lm32-rtems4.10-gdb.spec
+++ b/rtems4.10/lm32/rtems-4.10-lm32-rtems4.10-gdb.spec
@@ -52,7 +52,7 @@ Name:		rtems-4.10-lm32-rtems4.10-gdb
 Summary:	Gdb for target lm32-rtems4.10
 Group:		Development/Tools
 Version:	%{gdb_rpmvers}
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL/LGPL
 URL: 		http://sources.redhat.com/gdb
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -126,6 +126,7 @@ cd ..
   CFLAGS_FOR_BUILD="-g -O2 -Wall" \
 %endif
   CFLAGS="$RPM_OPT_FLAGS" \
+  INSTALL="install -p" \
   ../gdb-%{gdb_version}/configure \
     --build=%_build --host=%_host \
     --target=lm32-rtems4.10 \
diff --git a/rtems4.10/m32c/Makefile.in b/rtems4.10/m32c/Makefile.in
index 01936b7..bf9f257 100644
--- a/rtems4.10/m32c/Makefile.in
+++ b/rtems4.10/m32c/Makefile.in
@@ -197,7 +197,7 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gcc/base-newlib.add
 GDB_VERS = 7.2
 GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 4
 GDB_OPTS =
 GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.10/m32c/rtems-4.10-m32c-rtems4.10-gdb.spec b/rtems4.10/m32c/rtems-4.10-m32c-rtems4.10-gdb.spec
index 7ca3c0f..8990723 100644
--- a/rtems4.10/m32c/rtems-4.10-m32c-rtems4.10-gdb.spec
+++ b/rtems4.10/m32c/rtems-4.10-m32c-rtems4.10-gdb.spec
@@ -52,7 +52,7 @@ Name:		rtems-4.10-m32c-rtems4.10-gdb
 Summary:	Gdb for target m32c-rtems4.10
 Group:		Development/Tools
 Version:	%{gdb_rpmvers}
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL/LGPL
 URL: 		http://sources.redhat.com/gdb
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -126,6 +126,7 @@ cd ..
   CFLAGS_FOR_BUILD="-g -O2 -Wall" \
 %endif
   CFLAGS="$RPM_OPT_FLAGS" \
+  INSTALL="install -p" \
   ../gdb-%{gdb_version}/configure \
     --build=%_build --host=%_host \
     --target=m32c-rtems4.10 \
diff --git a/rtems4.10/m32r/Makefile.in b/rtems4.10/m32r/Makefile.in
index e605480..926a651 100644
--- a/rtems4.10/m32r/Makefile.in
+++ b/rtems4.10/m32r/Makefile.in
@@ -197,7 +197,7 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gcc/base-newlib.add
 GDB_VERS = 7.2
 GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 4
 GDB_OPTS =
 GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.10/m32r/rtems-4.10-m32r-rtems4.10-gdb.spec b/rtems4.10/m32r/rtems-4.10-m32r-rtems4.10-gdb.spec
index 60595e3..2c83b36 100644
--- a/rtems4.10/m32r/rtems-4.10-m32r-rtems4.10-gdb.spec
+++ b/rtems4.10/m32r/rtems-4.10-m32r-rtems4.10-gdb.spec
@@ -52,7 +52,7 @@ Name:		rtems-4.10-m32r-rtems4.10-gdb
 Summary:	Gdb for target m32r-rtems4.10
 Group:		Development/Tools
 Version:	%{gdb_rpmvers}
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL/LGPL
 URL: 		http://sources.redhat.com/gdb
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -122,6 +122,7 @@ cd ..
   CFLAGS_FOR_BUILD="-g -O2 -Wall" \
 %endif
   CFLAGS="$RPM_OPT_FLAGS" \
+  INSTALL="install -p" \
   ../gdb-%{gdb_version}/configure \
     --build=%_build --host=%_host \
     --target=m32r-rtems4.10 \
diff --git a/rtems4.10/m68k/Makefile.in b/rtems4.10/m68k/Makefile.in
index 186ba23..1c3f867 100644
--- a/rtems4.10/m68k/Makefile.in
+++ b/rtems4.10/m68k/Makefile.in
@@ -197,7 +197,7 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gcc/base-newlib.add
 GDB_VERS = 7.2
 GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 4
 GDB_OPTS =
 GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.10/m68k/rtems-4.10-m68k-rtems4.10-gdb.spec b/rtems4.10/m68k/rtems-4.10-m68k-rtems4.10-gdb.spec
index e4a1ccc..a568217 100644
--- a/rtems4.10/m68k/rtems-4.10-m68k-rtems4.10-gdb.spec
+++ b/rtems4.10/m68k/rtems-4.10-m68k-rtems4.10-gdb.spec
@@ -52,7 +52,7 @@ Name:		rtems-4.10-m68k-rtems4.10-gdb
 Summary:	Gdb for target m68k-rtems4.10
 Group:		Development/Tools
 Version:	%{gdb_rpmvers}
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL/LGPL
 URL: 		http://sources.redhat.com/gdb
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -122,6 +122,7 @@ cd ..
   CFLAGS_FOR_BUILD="-g -O2 -Wall" \
 %endif
   CFLAGS="$RPM_OPT_FLAGS" \
+  INSTALL="install -p" \
   ../gdb-%{gdb_version}/configure \
     --build=%_build --host=%_host \
     --target=m68k-rtems4.10 \
diff --git a/rtems4.10/mips/Makefile.in b/rtems4.10/mips/Makefile.in
index ddec465..d216a95 100644
--- a/rtems4.10/mips/Makefile.in
+++ b/rtems4.10/mips/Makefile.in
@@ -197,7 +197,7 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gcc/base-newlib.add
 GDB_VERS = 7.2
 GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 4
 GDB_OPTS =
 GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.10/mips/rtems-4.10-mips-rtems4.10-gdb.spec b/rtems4.10/mips/rtems-4.10-mips-rtems4.10-gdb.spec
index 7221fbc..7d648ac 100644
--- a/rtems4.10/mips/rtems-4.10-mips-rtems4.10-gdb.spec
+++ b/rtems4.10/mips/rtems-4.10-mips-rtems4.10-gdb.spec
@@ -52,7 +52,7 @@ Name:		rtems-4.10-mips-rtems4.10-gdb
 Summary:	Gdb for target mips-rtems4.10
 Group:		Development/Tools
 Version:	%{gdb_rpmvers}
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL/LGPL
 URL: 		http://sources.redhat.com/gdb
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -122,6 +122,7 @@ cd ..
   CFLAGS_FOR_BUILD="-g -O2 -Wall" \
 %endif
   CFLAGS="$RPM_OPT_FLAGS" \
+  INSTALL="install -p" \
   ../gdb-%{gdb_version}/configure \
     --build=%_build --host=%_host \
     --target=mips-rtems4.10 \
diff --git a/rtems4.10/mipstx39/Makefile.in b/rtems4.10/mipstx39/Makefile.in
index 4d9195f..aa04cc6 100644
--- a/rtems4.10/mipstx39/Makefile.in
+++ b/rtems4.10/mipstx39/Makefile.in
@@ -159,7 +159,7 @@ MKSPEC0 = sed \
 # We only want a gdb with a tx39 simulator in it.  We share the other tools
 GDB_VERS = 7.2
 GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 4
 GDB_OPTS =
 GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.10/mipstx39/rtems-4.10-mipstx39-rtems4.10-gdb.spec b/rtems4.10/mipstx39/rtems-4.10-mipstx39-rtems4.10-gdb.spec
index 6cb5720..6347f9f 100644
--- a/rtems4.10/mipstx39/rtems-4.10-mipstx39-rtems4.10-gdb.spec
+++ b/rtems4.10/mipstx39/rtems-4.10-mipstx39-rtems4.10-gdb.spec
@@ -52,7 +52,7 @@ Name:		rtems-4.10-mipstx39-rtems4.10-gdb
 Summary:	Gdb for target mipstx39-rtems4.10
 Group:		Development/Tools
 Version:	%{gdb_rpmvers}
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL/LGPL
 URL: 		http://sources.redhat.com/gdb
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -126,6 +126,7 @@ cd ..
   CFLAGS_FOR_BUILD="-g -O2 -Wall" \
 %endif
   CFLAGS="$RPM_OPT_FLAGS" \
+  INSTALL="install -p" \
   ../gdb-%{gdb_version}/configure \
     --build=%_build --host=%_host \
     --target=mipstx39-rtems4.10 \
diff --git a/rtems4.10/powerpc/Makefile.in b/rtems4.10/powerpc/Makefile.in
index 9c66749..e328a01 100644
--- a/rtems4.10/powerpc/Makefile.in
+++ b/rtems4.10/powerpc/Makefile.in
@@ -197,7 +197,7 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gcc/base-newlib.add
 GDB_VERS = 7.2
 GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 4
 GDB_OPTS =
 GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-gdb.spec b/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-gdb.spec
index 858a4d0..23639c3 100644
--- a/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-gdb.spec
+++ b/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-gdb.spec
@@ -52,7 +52,7 @@ Name:		rtems-4.10-powerpc-rtems4.10-gdb
 Summary:	Gdb for target powerpc-rtems4.10
 Group:		Development/Tools
 Version:	%{gdb_rpmvers}
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL/LGPL
 URL: 		http://sources.redhat.com/gdb
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -127,6 +127,7 @@ cd ..
   CFLAGS_FOR_BUILD="-g -O2 -Wall" \
 %endif
   CFLAGS="$RPM_OPT_FLAGS" \
+  INSTALL="install -p" \
   ../gdb-%{gdb_version}/configure \
     --build=%_build --host=%_host \
     --target=powerpc-rtems4.10 \
diff --git a/rtems4.10/sh/Makefile.in b/rtems4.10/sh/Makefile.in
index b6916c0..5e8fe5e 100644
--- a/rtems4.10/sh/Makefile.in
+++ b/rtems4.10/sh/Makefile.in
@@ -197,7 +197,7 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gcc/base-newlib.add
 GDB_VERS = 7.2
 GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 4
 GDB_OPTS =
 GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.10/sh/rtems-4.10-sh-rtems4.10-gdb.spec b/rtems4.10/sh/rtems-4.10-sh-rtems4.10-gdb.spec
index aa51634..4a8571b 100644
--- a/rtems4.10/sh/rtems-4.10-sh-rtems4.10-gdb.spec
+++ b/rtems4.10/sh/rtems-4.10-sh-rtems4.10-gdb.spec
@@ -52,7 +52,7 @@ Name:		rtems-4.10-sh-rtems4.10-gdb
 Summary:	Gdb for target sh-rtems4.10
 Group:		Development/Tools
 Version:	%{gdb_rpmvers}
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL/LGPL
 URL: 		http://sources.redhat.com/gdb
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -122,6 +122,7 @@ cd ..
   CFLAGS_FOR_BUILD="-g -O2 -Wall" \
 %endif
   CFLAGS="$RPM_OPT_FLAGS" \
+  INSTALL="install -p" \
   ../gdb-%{gdb_version}/configure \
     --build=%_build --host=%_host \
     --target=sh-rtems4.10 \
diff --git a/rtems4.10/sparc/Makefile.in b/rtems4.10/sparc/Makefile.in
index ce1c568..d8564a9 100644
--- a/rtems4.10/sparc/Makefile.in
+++ b/rtems4.10/sparc/Makefile.in
@@ -197,7 +197,7 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gcc/base-newlib.add
 GDB_VERS = 7.2
 GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 4
 GDB_OPTS =
 GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.10/sparc/rtems-4.10-sparc-rtems4.10-gdb.spec b/rtems4.10/sparc/rtems-4.10-sparc-rtems4.10-gdb.spec
index feab36b..dd5772c 100644
--- a/rtems4.10/sparc/rtems-4.10-sparc-rtems4.10-gdb.spec
+++ b/rtems4.10/sparc/rtems-4.10-sparc-rtems4.10-gdb.spec
@@ -52,7 +52,7 @@ Name:		rtems-4.10-sparc-rtems4.10-gdb
 Summary:	Gdb for target sparc-rtems4.10
 Group:		Development/Tools
 Version:	%{gdb_rpmvers}
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL/LGPL
 URL: 		http://sources.redhat.com/gdb
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -126,6 +126,7 @@ cd ..
   CFLAGS_FOR_BUILD="-g -O2 -Wall" \
 %endif
   CFLAGS="$RPM_OPT_FLAGS" \
+  INSTALL="install -p" \
   ../gdb-%{gdb_version}/configure \
     --build=%_build --host=%_host \
     --target=sparc-rtems4.10 \




More information about the vc mailing list