summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-03-20 06:41:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-03-20 06:41:23 +0000
commit94d1975ea0f891b24bc847b0e515c276694e9ddb (patch)
tree397f7ff9f74f7078689fd9617b7ac7b507133e54 /contrib
parentRegenerate. (diff)
downloadrtems-94d1975ea0f891b24bc847b0e515c276694e9ddb.tar.bz2
Hard-code rtems_api.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/rtems4.11/arm/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.11/avr/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.11/bfin/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.11/h8300/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.11/i386/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.11/lm32/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.11/m32c/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.11/m32r/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.11/m68k/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.11/mips/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.11/mipstx39/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.11/powerpc/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.11/sh/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.11/sparc/Makefile.am1
14 files changed, 14 insertions, 0 deletions
diff --git a/contrib/crossrpms/rtems4.11/arm/Makefile.am b/contrib/crossrpms/rtems4.11/arm/Makefile.am
index b6346ce286..88e49c3e82 100644
--- a/contrib/crossrpms/rtems4.11/arm/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/arm/Makefile.am
@@ -1,5 +1,6 @@
# $Id$
+rtems_api = 4.11
TARGET = arm-rtems4.11
include $(top_srcdir)/mkspec.am
diff --git a/contrib/crossrpms/rtems4.11/avr/Makefile.am b/contrib/crossrpms/rtems4.11/avr/Makefile.am
index b6f2fe47db..673b7cdc7b 100644
--- a/contrib/crossrpms/rtems4.11/avr/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/avr/Makefile.am
@@ -1,5 +1,6 @@
# $Id$
+rtems_api = 4.11
TARGET = avr-rtems4.11
include $(top_srcdir)/mkspec.am
diff --git a/contrib/crossrpms/rtems4.11/bfin/Makefile.am b/contrib/crossrpms/rtems4.11/bfin/Makefile.am
index 6aca0398e1..d1edec7aba 100644
--- a/contrib/crossrpms/rtems4.11/bfin/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/bfin/Makefile.am
@@ -1,5 +1,6 @@
# $Id$
+rtems_api = 4.11
TARGET = bfin-rtems4.11
include $(top_srcdir)/mkspec.am
diff --git a/contrib/crossrpms/rtems4.11/h8300/Makefile.am b/contrib/crossrpms/rtems4.11/h8300/Makefile.am
index 6e5f9ba6fb..1d7b1a8d12 100644
--- a/contrib/crossrpms/rtems4.11/h8300/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/h8300/Makefile.am
@@ -1,5 +1,6 @@
# $Id$
+rtems_api = 4.11
TARGET = h8300-rtems4.11
include $(top_srcdir)/mkspec.am
diff --git a/contrib/crossrpms/rtems4.11/i386/Makefile.am b/contrib/crossrpms/rtems4.11/i386/Makefile.am
index c8f973b933..2d07b2786b 100644
--- a/contrib/crossrpms/rtems4.11/i386/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/i386/Makefile.am
@@ -1,5 +1,6 @@
# $Id$
+rtems_api = 4.11
TARGET = i386-rtems4.11
include $(top_srcdir)/mkspec.am
diff --git a/contrib/crossrpms/rtems4.11/lm32/Makefile.am b/contrib/crossrpms/rtems4.11/lm32/Makefile.am
index a06c5c234a..27484ab269 100644
--- a/contrib/crossrpms/rtems4.11/lm32/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/lm32/Makefile.am
@@ -1,5 +1,6 @@
# $Id$
+rtems_api = 4.11
TARGET = lm32-rtems4.11
include $(top_srcdir)/mkspec.am
diff --git a/contrib/crossrpms/rtems4.11/m32c/Makefile.am b/contrib/crossrpms/rtems4.11/m32c/Makefile.am
index 90e1fab4b7..ce7a22eb90 100644
--- a/contrib/crossrpms/rtems4.11/m32c/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/m32c/Makefile.am
@@ -1,5 +1,6 @@
# $Id$
+rtems_api = 4.11
TARGET = m32c-rtems4.11
include $(top_srcdir)/mkspec.am
diff --git a/contrib/crossrpms/rtems4.11/m32r/Makefile.am b/contrib/crossrpms/rtems4.11/m32r/Makefile.am
index cc79ccdd6a..8e2eda4ca4 100644
--- a/contrib/crossrpms/rtems4.11/m32r/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/m32r/Makefile.am
@@ -1,5 +1,6 @@
# $Id$
+rtems_api = 4.11
TARGET = m32r-rtems4.11
include $(top_srcdir)/mkspec.am
diff --git a/contrib/crossrpms/rtems4.11/m68k/Makefile.am b/contrib/crossrpms/rtems4.11/m68k/Makefile.am
index 937cc167ea..bf94d6c243 100644
--- a/contrib/crossrpms/rtems4.11/m68k/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/m68k/Makefile.am
@@ -1,5 +1,6 @@
# $Id$
+rtems_api = 4.11
TARGET = m68k-rtems4.11
include $(top_srcdir)/mkspec.am
diff --git a/contrib/crossrpms/rtems4.11/mips/Makefile.am b/contrib/crossrpms/rtems4.11/mips/Makefile.am
index 7055a01fb8..a5dd71ea03 100644
--- a/contrib/crossrpms/rtems4.11/mips/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/mips/Makefile.am
@@ -1,5 +1,6 @@
# $Id$
+rtems_api = 4.11
TARGET = mips-rtems4.11
include $(top_srcdir)/mkspec.am
diff --git a/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am b/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am
index bcfb7c9130..76cc668a4e 100644
--- a/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/mipstx39/Makefile.am
@@ -1,5 +1,6 @@
# $Id$
+rtems_api = 4.11
TARGET = mipstx39-rtems4.11
include $(top_srcdir)/mkspec.am
diff --git a/contrib/crossrpms/rtems4.11/powerpc/Makefile.am b/contrib/crossrpms/rtems4.11/powerpc/Makefile.am
index 6cc443463a..ad265dac96 100644
--- a/contrib/crossrpms/rtems4.11/powerpc/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/powerpc/Makefile.am
@@ -1,5 +1,6 @@
# $Id$
+rtems_api = 4.11
TARGET = powerpc-rtems4.11
include $(top_srcdir)/mkspec.am
diff --git a/contrib/crossrpms/rtems4.11/sh/Makefile.am b/contrib/crossrpms/rtems4.11/sh/Makefile.am
index c9a1a0fe59..f839f3b1c0 100644
--- a/contrib/crossrpms/rtems4.11/sh/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/sh/Makefile.am
@@ -1,5 +1,6 @@
# $Id$
+rtems_api = 4.11
TARGET = sh-rtems4.11
include $(top_srcdir)/mkspec.am
diff --git a/contrib/crossrpms/rtems4.11/sparc/Makefile.am b/contrib/crossrpms/rtems4.11/sparc/Makefile.am
index f8f34e33c8..d93bd21be2 100644
--- a/contrib/crossrpms/rtems4.11/sparc/Makefile.am
+++ b/contrib/crossrpms/rtems4.11/sparc/Makefile.am
@@ -1,5 +1,6 @@
# $Id$
+rtems_api = 4.11
TARGET = sparc-rtems4.11
include $(top_srcdir)/mkspec.am