From 5b151f87346a9d210149501f6d6cb1ede92edb0b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 3 Aug 2006 03:57:47 +0000 Subject: Use hard-coded %release. --- contrib/crossrpms/rtems4.7/arm/Makefile.am | 6 +++--- contrib/crossrpms/rtems4.7/avr/Makefile.am | 6 +++--- contrib/crossrpms/rtems4.7/h8300/Makefile.am | 6 +++--- contrib/crossrpms/rtems4.7/i386/Makefile.am | 6 +++--- contrib/crossrpms/rtems4.7/m68k/Makefile.am | 6 +++--- contrib/crossrpms/rtems4.7/mips/Makefile.am | 6 +++--- contrib/crossrpms/rtems4.7/mipstx39/Makefile.am | 2 +- contrib/crossrpms/rtems4.7/powerpc/Makefile.am | 6 +++--- contrib/crossrpms/rtems4.7/sh/Makefile.am | 6 +++--- contrib/crossrpms/rtems4.7/sparc/Makefile.am | 6 +++--- contrib/crossrpms/rtems4.7/tic4x/Makefile.am | 4 ++-- 11 files changed, 30 insertions(+), 30 deletions(-) (limited to 'contrib') diff --git a/contrib/crossrpms/rtems4.7/arm/Makefile.am b/contrib/crossrpms/rtems4.7/arm/Makefile.am index b1f130d615..eb77f3250d 100644 --- a/contrib/crossrpms/rtems4.7/arm/Makefile.am +++ b/contrib/crossrpms/rtems4.7/arm/Makefile.am @@ -5,15 +5,15 @@ TARGET = arm-rtems4.7 include $(top_srcdir)/mkspec.am BINUTILS_VERS = 2.17 -BINUTILS_RPMREL = @VERSION@ +BINUTILS_RPMREL = 2 include ../binutils.am GCC_VERS = 4.1.1 -GCC_RPMREL = @VERSION@ +GCC_RPMREL = 4 NEWLIB_VERS = 1.14.0 include ../gcc.am GCC_OPTS += --languages=cxx GDB_VERS = 6.5 -GDB_RPMREL = @VERSION@ +GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.7/avr/Makefile.am b/contrib/crossrpms/rtems4.7/avr/Makefile.am index c66bdf3a93..82007565e1 100644 --- a/contrib/crossrpms/rtems4.7/avr/Makefile.am +++ b/contrib/crossrpms/rtems4.7/avr/Makefile.am @@ -5,15 +5,15 @@ TARGET = avr-rtems4.7 include $(top_srcdir)/mkspec.am BINUTILS_VERS = 2.17 -BINUTILS_RPMREL = @VERSION@ +BINUTILS_RPMREL = 2 include ../binutils.am GCC_VERS = 4.0.3 -GCC_RPMREL = @VERSION@ +GCC_RPMREL = 1 NEWLIB_VERS = 1.14.0 include ../gcc.am GCC_OPTS += GDB_VERS = 6.5 -GDB_RPMREL = @VERSION@ +GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.7/h8300/Makefile.am b/contrib/crossrpms/rtems4.7/h8300/Makefile.am index d8b9348684..25ca1192d6 100644 --- a/contrib/crossrpms/rtems4.7/h8300/Makefile.am +++ b/contrib/crossrpms/rtems4.7/h8300/Makefile.am @@ -5,15 +5,15 @@ TARGET = h8300-rtems4.7 include $(top_srcdir)/mkspec.am BINUTILS_VERS = 2.17 -BINUTILS_RPMREL = @VERSION@ +BINUTILS_RPMREL = 2 include ../binutils.am GCC_VERS = 4.1.1 -GCC_RPMREL = @VERSION@ +GCC_RPMREL = 4 NEWLIB_VERS = 1.14.0 include ../gcc.am GCC_OPTS += --languages=cxx GDB_VERS = 6.5 -GDB_RPMREL = @VERSION@ +GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.7/i386/Makefile.am b/contrib/crossrpms/rtems4.7/i386/Makefile.am index ea790771e1..2970896679 100644 --- a/contrib/crossrpms/rtems4.7/i386/Makefile.am +++ b/contrib/crossrpms/rtems4.7/i386/Makefile.am @@ -5,15 +5,15 @@ TARGET = i386-rtems4.7 include $(top_srcdir)/mkspec.am BINUTILS_VERS = 2.17 -BINUTILS_RPMREL = @VERSION@ +BINUTILS_RPMREL = 2 include ../binutils.am GCC_VERS = 4.1.1 -GCC_RPMREL = @VERSION@ +GCC_RPMREL = 4 NEWLIB_VERS = 1.14.0 include ../gcc.am GCC_OPTS += --languages=cxx GDB_VERS = 6.5 -GDB_RPMREL = @VERSION@ +GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.7/m68k/Makefile.am b/contrib/crossrpms/rtems4.7/m68k/Makefile.am index 96ea2e20ed..386f69b9f4 100644 --- a/contrib/crossrpms/rtems4.7/m68k/Makefile.am +++ b/contrib/crossrpms/rtems4.7/m68k/Makefile.am @@ -5,15 +5,15 @@ TARGET = m68k-rtems4.7 include $(top_srcdir)/mkspec.am BINUTILS_VERS = 2.17 -BINUTILS_RPMREL = @VERSION@ +BINUTILS_RPMREL = 2 include ../binutils.am GCC_VERS = 4.1.1 -GCC_RPMREL = @VERSION@ +GCC_RPMREL = 4 NEWLIB_VERS = 1.14.0 include ../gcc.am GCC_OPTS += --languages=cxx GDB_VERS = 6.5 -GDB_RPMREL = @VERSION@ +GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.7/mips/Makefile.am b/contrib/crossrpms/rtems4.7/mips/Makefile.am index 6b703fe1d5..ba4984965b 100644 --- a/contrib/crossrpms/rtems4.7/mips/Makefile.am +++ b/contrib/crossrpms/rtems4.7/mips/Makefile.am @@ -5,15 +5,15 @@ TARGET = mips-rtems4.7 include $(top_srcdir)/mkspec.am BINUTILS_VERS = 2.17 -BINUTILS_RPMREL = @VERSION@ +BINUTILS_RPMREL = 2 include ../binutils.am GCC_VERS = 4.1.1 -GCC_RPMREL = @VERSION@ +GCC_RPMREL = 4 NEWLIB_VERS = 1.14.0 include ../gcc.am GCC_OPTS += --languages=cxx GDB_VERS = 6.5 -GDB_RPMREL = @VERSION@ +GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.7/mipstx39/Makefile.am b/contrib/crossrpms/rtems4.7/mipstx39/Makefile.am index b9064c7a99..4fdd10d691 100644 --- a/contrib/crossrpms/rtems4.7/mipstx39/Makefile.am +++ b/contrib/crossrpms/rtems4.7/mipstx39/Makefile.am @@ -6,5 +6,5 @@ include $(top_srcdir)/mkspec.am # We only want a gdb with a tx39 simulator in it. We share the other tools GDB_VERS = 6.5 -GDB_RPMREL = @VERSION@ +GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.7/powerpc/Makefile.am b/contrib/crossrpms/rtems4.7/powerpc/Makefile.am index f06d6d3f86..6d9cd26a31 100644 --- a/contrib/crossrpms/rtems4.7/powerpc/Makefile.am +++ b/contrib/crossrpms/rtems4.7/powerpc/Makefile.am @@ -5,15 +5,15 @@ TARGET = powerpc-rtems4.7 include $(top_srcdir)/mkspec.am BINUTILS_VERS = 2.17 -BINUTILS_RPMREL = @VERSION@ +BINUTILS_RPMREL = 2 include ../binutils.am GCC_VERS = 4.1.1 -GCC_RPMREL = @VERSION@ +GCC_RPMREL = 4 NEWLIB_VERS = 1.14.0 include ../gcc.am GCC_OPTS += --languages=cxx GDB_VERS = 6.5 -GDB_RPMREL = @VERSION@ +GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.7/sh/Makefile.am b/contrib/crossrpms/rtems4.7/sh/Makefile.am index 77fc2d8142..f02e5ef299 100644 --- a/contrib/crossrpms/rtems4.7/sh/Makefile.am +++ b/contrib/crossrpms/rtems4.7/sh/Makefile.am @@ -5,15 +5,15 @@ TARGET = sh-rtems4.7 include $(top_srcdir)/mkspec.am BINUTILS_VERS = 2.17 -BINUTILS_RPMREL = @VERSION@ +BINUTILS_RPMREL = 2 include ../binutils.am GCC_VERS = 4.1.1 -GCC_RPMREL = @VERSION@ +GCC_RPMREL = 4 NEWLIB_VERS = 1.14.0 include ../gcc.am GCC_OPTS += --languages=cxx GDB_VERS = 6.5 -GDB_RPMREL = @VERSION@ +GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.7/sparc/Makefile.am b/contrib/crossrpms/rtems4.7/sparc/Makefile.am index be1c669a64..b3a4ccc377 100644 --- a/contrib/crossrpms/rtems4.7/sparc/Makefile.am +++ b/contrib/crossrpms/rtems4.7/sparc/Makefile.am @@ -5,15 +5,15 @@ TARGET = sparc-rtems4.7 include $(top_srcdir)/mkspec.am BINUTILS_VERS = 2.17 -BINUTILS_RPMREL = @VERSION@ +BINUTILS_RPMREL = 2 include ../binutils.am GCC_VERS = 4.1.1 -GCC_RPMREL = @VERSION@ +GCC_RPMREL = 4 NEWLIB_VERS = 1.14.0 include ../gcc.am GCC_OPTS += --languages=cxx GDB_VERS = 6.5 -GDB_RPMREL = @VERSION@ +GDB_RPMREL = 1 include ../gdb.am diff --git a/contrib/crossrpms/rtems4.7/tic4x/Makefile.am b/contrib/crossrpms/rtems4.7/tic4x/Makefile.am index 7125376992..d87341fa80 100644 --- a/contrib/crossrpms/rtems4.7/tic4x/Makefile.am +++ b/contrib/crossrpms/rtems4.7/tic4x/Makefile.am @@ -5,11 +5,11 @@ TARGET = tic4x-rtems4.7 include $(top_srcdir)/mkspec.am BINUTILS_VERS = 2.17 -BINUTILS_RPMREL = @VERSION@ +BINUTILS_RPMREL = 2 include ../binutils.am GCC_VERS = 3.4.6 -GCC_RPMREL = @VERSION@ +GCC_RPMREL = 1 NEWLIB_VERS = 1.14.0 include ../gcc.am GCC_OPTS += -- cgit v1.2.3