summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-02-20 04:37:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-02-20 04:37:32 +0000
commit3473dc5ef2404173082697b6d1a9a7dca1c9c934 (patch)
tree64a04e642b483b2ca789272210fa63b4c7fbb081 /contrib
parentIncrement BINUTILS_RPMREL (diff)
downloadrtems-3473dc5ef2404173082697b6d1a9a7dca1c9c934.tar.bz2
Add GDB_OPTS
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/gdb.am4
-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/mipstx39/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
13 files changed, 15 insertions, 1 deletions
diff --git a/contrib/crossrpms/rtems4.8/arm/Makefile.am b/contrib/crossrpms/rtems4.8/arm/Makefile.am
index 7cc7210475..b2eb5db435 100644
--- a/contrib/crossrpms/rtems4.8/arm/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/arm/Makefile.am
@@ -19,3 +19,4 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.5
GDB_RPMREL = 1
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/avr/Makefile.am b/contrib/crossrpms/rtems4.8/avr/Makefile.am
index c5a385137b..a3180d74d6 100644
--- a/contrib/crossrpms/rtems4.8/avr/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/avr/Makefile.am
@@ -19,3 +19,4 @@ GCC_OPTS += --disable-infos
GDB_VERS = 6.5
GDB_RPMREL = 1
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/bfin/Makefile.am b/contrib/crossrpms/rtems4.8/bfin/Makefile.am
index 1fb356a501..5a79871eef 100644
--- a/contrib/crossrpms/rtems4.8/bfin/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/bfin/Makefile.am
@@ -20,3 +20,4 @@ GCC_OPTS += --disable-infos
GDB_VERS = 6.5
GDB_RPMREL = 1
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/gdb.am b/contrib/crossrpms/rtems4.8/gdb.am
index de0fe5fc90..01e255f1ab 100644
--- a/contrib/crossrpms/rtems4.8/gdb.am
+++ b/contrib/crossrpms/rtems4.8/gdb.am
@@ -1,5 +1,7 @@
EXTRA_DIST += gdb-sources.add
+GDB_OPTS =
+
GDB_SUBPACKAGES = $(top_srcdir)/common/common.add
GDB_SUBPACKAGES += $(top_srcdir)/gdb/gdb.add
GDB_SUBPACKAGES += $(top_srcdir)/gdb/prep.add
@@ -21,7 +23,7 @@ $(TARGET)-gdb.spec.in: $(GDB_SUBPACKAGES) Makefile.am $(srcdir)/gdb-sources.add
CLEANFILES += $(TARGET)-gdb.spec.in
@rpmprefix@$(TARGET)-gdb.spec: $(TARGET)-gdb.spec.in
- $(MKSPEC) $(TARGET)-gdb.spec.in | $(SPECSTRIP) > $@
+ $(MKSPEC) $(TARGET)-gdb.spec.in | $(SPECSTRIP) $(GDB_OPTS) > $@
CLEANFILES += @rpmprefix@$(TARGET)-gdb.spec
noinst_DATA += @rpmprefix@$(TARGET)-gdb.spec
diff --git a/contrib/crossrpms/rtems4.8/h8300/Makefile.am b/contrib/crossrpms/rtems4.8/h8300/Makefile.am
index 75b720bdd9..e2e779c339 100644
--- a/contrib/crossrpms/rtems4.8/h8300/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/h8300/Makefile.am
@@ -19,3 +19,4 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.5
GDB_RPMREL = 1
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/i386/Makefile.am b/contrib/crossrpms/rtems4.8/i386/Makefile.am
index 96ae11f61c..a9453a4fa5 100644
--- a/contrib/crossrpms/rtems4.8/i386/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/i386/Makefile.am
@@ -19,3 +19,4 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.5
GDB_RPMREL = 1
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/m68k/Makefile.am b/contrib/crossrpms/rtems4.8/m68k/Makefile.am
index 8d6352ab5f..ab3f0d2cab 100644
--- a/contrib/crossrpms/rtems4.8/m68k/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/m68k/Makefile.am
@@ -19,3 +19,4 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.5
GDB_RPMREL = 1
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/mips/Makefile.am b/contrib/crossrpms/rtems4.8/mips/Makefile.am
index dd9998ce8f..de10bafba8 100644
--- a/contrib/crossrpms/rtems4.8/mips/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/mips/Makefile.am
@@ -19,3 +19,4 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.5
GDB_RPMREL = 1
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/mipstx39/Makefile.am b/contrib/crossrpms/rtems4.8/mipstx39/Makefile.am
index 3c1b43f042..6f14b9f6d7 100644
--- a/contrib/crossrpms/rtems4.8/mipstx39/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/mipstx39/Makefile.am
@@ -8,3 +8,4 @@ include $(top_srcdir)/mkspec.am
GDB_VERS = 6.5
GDB_RPMREL = 1
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/powerpc/Makefile.am b/contrib/crossrpms/rtems4.8/powerpc/Makefile.am
index d2d17e8890..f4ba6e9bd6 100644
--- a/contrib/crossrpms/rtems4.8/powerpc/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/powerpc/Makefile.am
@@ -19,3 +19,4 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.5
GDB_RPMREL = 1
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/sh/Makefile.am b/contrib/crossrpms/rtems4.8/sh/Makefile.am
index be53b1cb81..60f760605b 100644
--- a/contrib/crossrpms/rtems4.8/sh/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/sh/Makefile.am
@@ -19,3 +19,4 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.5
GDB_RPMREL = 1
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/sparc/Makefile.am b/contrib/crossrpms/rtems4.8/sparc/Makefile.am
index 3228fa0642..bce44edb4f 100644
--- a/contrib/crossrpms/rtems4.8/sparc/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/sparc/Makefile.am
@@ -19,3 +19,4 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.5
GDB_RPMREL = 1
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/tic4x/Makefile.am b/contrib/crossrpms/rtems4.8/tic4x/Makefile.am
index fa7cae8fa2..0aa47f35c9 100644
--- a/contrib/crossrpms/rtems4.8/tic4x/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/tic4x/Makefile.am
@@ -19,3 +19,4 @@ GCC_OPTS +=
### GDB-6.4 doesn't support the tic4x
## GDB_VERS = 6.4
## include ../gdb.am
+## GDB_OPTS +=