summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-02-20 04:37:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-02-20 04:37:50 +0000
commit0d0dec0515e99ca495161a95b6d8b343262bc383 (patch)
treeaa4e372908774a4cd06c5a536934a55b565eb4d9
parentIncrement BINUTILS_RPMREL (diff)
downloadrtems-0d0dec0515e99ca495161a95b6d8b343262bc383.tar.bz2
Add GDB_OPTS
-rw-r--r--contrib/crossrpms/rtems4.7/arm/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.7/avr/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.7/gdb.am4
-rw-r--r--contrib/crossrpms/rtems4.7/h8300/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.7/i386/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.7/m68k/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.7/mips/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.7/mipstx39/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.7/powerpc/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.7/sh/Makefile.am1
-rw-r--r--contrib/crossrpms/rtems4.7/sparc/Makefile.am1
11 files changed, 13 insertions, 1 deletions
diff --git a/contrib/crossrpms/rtems4.7/arm/Makefile.am b/contrib/crossrpms/rtems4.7/arm/Makefile.am
index 6bcbbde5f8..79bc03f18d 100644
--- a/contrib/crossrpms/rtems4.7/arm/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/arm/Makefile.am
@@ -18,3 +18,4 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.5
GDB_RPMREL = 2
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/avr/Makefile.am b/contrib/crossrpms/rtems4.7/avr/Makefile.am
index f2fee48b8a..1bcb7a522b 100644
--- a/contrib/crossrpms/rtems4.7/avr/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/avr/Makefile.am
@@ -18,3 +18,4 @@ GCC_OPTS +=
GDB_VERS = 6.5
GDB_RPMREL = 2
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/gdb.am b/contrib/crossrpms/rtems4.7/gdb.am
index de0fe5fc90..01e255f1ab 100644
--- a/contrib/crossrpms/rtems4.7/gdb.am
+++ b/contrib/crossrpms/rtems4.7/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.7/h8300/Makefile.am b/contrib/crossrpms/rtems4.7/h8300/Makefile.am
index 4d0b364bf1..88d366d276 100644
--- a/contrib/crossrpms/rtems4.7/h8300/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/h8300/Makefile.am
@@ -18,3 +18,4 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.5
GDB_RPMREL = 2
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/i386/Makefile.am b/contrib/crossrpms/rtems4.7/i386/Makefile.am
index 9f87815151..43516f727c 100644
--- a/contrib/crossrpms/rtems4.7/i386/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/i386/Makefile.am
@@ -18,3 +18,4 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.5
GDB_RPMREL = 2
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/m68k/Makefile.am b/contrib/crossrpms/rtems4.7/m68k/Makefile.am
index 58cfdce63b..5f99f465cb 100644
--- a/contrib/crossrpms/rtems4.7/m68k/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/m68k/Makefile.am
@@ -18,3 +18,4 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.5
GDB_RPMREL = 2
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/mips/Makefile.am b/contrib/crossrpms/rtems4.7/mips/Makefile.am
index f0e2e7e83c..2ca8c0ae65 100644
--- a/contrib/crossrpms/rtems4.7/mips/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/mips/Makefile.am
@@ -18,3 +18,4 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.5
GDB_RPMREL = 2
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/mipstx39/Makefile.am b/contrib/crossrpms/rtems4.7/mipstx39/Makefile.am
index 7497a6b6e4..24e2cb24cc 100644
--- a/contrib/crossrpms/rtems4.7/mipstx39/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/mipstx39/Makefile.am
@@ -8,3 +8,4 @@ include $(top_srcdir)/mkspec.am
GDB_VERS = 6.5
GDB_RPMREL = 2
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/powerpc/Makefile.am b/contrib/crossrpms/rtems4.7/powerpc/Makefile.am
index 55a5b6eb45..2ff5e02003 100644
--- a/contrib/crossrpms/rtems4.7/powerpc/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/powerpc/Makefile.am
@@ -18,3 +18,4 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.5
GDB_RPMREL = 2
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/sh/Makefile.am b/contrib/crossrpms/rtems4.7/sh/Makefile.am
index 210e40e8fa..f355e70947 100644
--- a/contrib/crossrpms/rtems4.7/sh/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/sh/Makefile.am
@@ -18,3 +18,4 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.5
GDB_RPMREL = 2
include ../gdb.am
+GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/sparc/Makefile.am b/contrib/crossrpms/rtems4.7/sparc/Makefile.am
index 5737a27ac6..9f6cde4ade 100644
--- a/contrib/crossrpms/rtems4.7/sparc/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/sparc/Makefile.am
@@ -18,3 +18,4 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.5
GDB_RPMREL = 2
include ../gdb.am
+GDB_OPTS +=