summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-02-26 09:02:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-02-26 09:02:07 +0000
commit33b4b919469d5a99d7ab1d6ff29a19e84e28a6ef (patch)
treea570946aca045175f0ad9c91d03f1d67408fef7e /contrib
parentSet BINUTILS_RPMREL = 1 (diff)
downloadrtems-33b4b919469d5a99d7ab1d6ff29a19e84e28a6ef.tar.bz2
Add BINUTILS_PKGVERS.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/rtems4.8/arm/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.8/avr/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.8/bfin/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.8/h8300/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.8/i386/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.8/m68k/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.8/mips/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.8/powerpc/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.8/sh/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.8/sparc/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.8/tic4x/Makefile.am1
11 files changed, 11 insertions, 0 deletions
diff --git a/contrib/crossrpms/rtems4.8/arm/Makefile.am b/contrib/crossrpms/rtems4.8/arm/Makefile.am
index b2eb5db435..df1ea8c1a6 100644
--- a/contrib/crossrpms/rtems4.8/arm/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/arm/Makefile.am
@@ -5,6 +5,7 @@ TARGET = arm-rtems4.8
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
+BINUTILS_PKGVERS = $(BINUTILS_VERS)
BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/avr/Makefile.am b/contrib/crossrpms/rtems4.8/avr/Makefile.am
index a3180d74d6..cbf3225132 100644
--- a/contrib/crossrpms/rtems4.8/avr/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/avr/Makefile.am
@@ -5,6 +5,7 @@ TARGET = avr-rtems4.8
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
+BINUTILS_PKGVERS = $(BINUTILS_VERS)
BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/bfin/Makefile.am b/contrib/crossrpms/rtems4.8/bfin/Makefile.am
index 5a79871eef..6beee02257 100644
--- a/contrib/crossrpms/rtems4.8/bfin/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/bfin/Makefile.am
@@ -5,6 +5,7 @@ TARGET = bfin-rtems4.8
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
+BINUTILS_PKGVERS = $(BINUTILS_VERS)
BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/h8300/Makefile.am b/contrib/crossrpms/rtems4.8/h8300/Makefile.am
index e2e779c339..8a36af821c 100644
--- a/contrib/crossrpms/rtems4.8/h8300/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/h8300/Makefile.am
@@ -5,6 +5,7 @@ TARGET = h8300-rtems4.8
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
+BINUTILS_PKGVERS = $(BINUTILS_VERS)
BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/i386/Makefile.am b/contrib/crossrpms/rtems4.8/i386/Makefile.am
index a9453a4fa5..f66946747d 100644
--- a/contrib/crossrpms/rtems4.8/i386/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/i386/Makefile.am
@@ -5,6 +5,7 @@ TARGET = i386-rtems4.8
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
+BINUTILS_PKGVERS = $(BINUTILS_VERS)
BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/m68k/Makefile.am b/contrib/crossrpms/rtems4.8/m68k/Makefile.am
index ab3f0d2cab..8c903cc1cf 100644
--- a/contrib/crossrpms/rtems4.8/m68k/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/m68k/Makefile.am
@@ -5,6 +5,7 @@ TARGET = m68k-rtems4.8
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
+BINUTILS_PKGVERS = $(BINUTILS_VERS)
BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/mips/Makefile.am b/contrib/crossrpms/rtems4.8/mips/Makefile.am
index de10bafba8..87e298816d 100644
--- a/contrib/crossrpms/rtems4.8/mips/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/mips/Makefile.am
@@ -5,6 +5,7 @@ TARGET = mips-rtems4.8
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
+BINUTILS_PKGVERS = $(BINUTILS_VERS)
BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/powerpc/Makefile.am b/contrib/crossrpms/rtems4.8/powerpc/Makefile.am
index f4ba6e9bd6..8d84862f8f 100644
--- a/contrib/crossrpms/rtems4.8/powerpc/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/powerpc/Makefile.am
@@ -5,6 +5,7 @@ TARGET = powerpc-rtems4.8
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
+BINUTILS_PKGVERS = $(BINUTILS_VERS)
BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/sh/Makefile.am b/contrib/crossrpms/rtems4.8/sh/Makefile.am
index 60f760605b..9068cd8839 100644
--- a/contrib/crossrpms/rtems4.8/sh/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/sh/Makefile.am
@@ -5,6 +5,7 @@ TARGET = sh-rtems4.8
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
+BINUTILS_PKGVERS = $(BINUTILS_VERS)
BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/sparc/Makefile.am b/contrib/crossrpms/rtems4.8/sparc/Makefile.am
index bce44edb4f..9395913652 100644
--- a/contrib/crossrpms/rtems4.8/sparc/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/sparc/Makefile.am
@@ -5,6 +5,7 @@ TARGET = sparc-rtems4.8
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
+BINUTILS_PKGVERS = $(BINUTILS_VERS)
BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/tic4x/Makefile.am b/contrib/crossrpms/rtems4.8/tic4x/Makefile.am
index 0aa47f35c9..eb43e78b9a 100644
--- a/contrib/crossrpms/rtems4.8/tic4x/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/tic4x/Makefile.am
@@ -5,6 +5,7 @@ TARGET = tic4x-rtems4.8
include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17
+BINUTILS_PKGVERS = $(BINUTILS_VERS)
BINUTILS_RPMREL = 2
include ../binutils.am
BINUTILS_OPTS +=