summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-09-07 17:04:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-09-07 17:04:16 +0000
commit0c8ebef1b7a180ceab2b08d54a47fb1aaf134433 (patch)
tree9c4150aed7e962120df8f5900575429143a9e6f2 /contrib
parentRegenerate. (diff)
downloadrtems-0c8ebef1b7a180ceab2b08d54a47fb1aaf134433.tar.bz2
Add --enable-sim-trace for powerpc-rtems*
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gdb/gdb.add2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/crossrpms/gdb/gdb.add b/contrib/crossrpms/gdb/gdb.add
index 633a458c59..00d666554a 100644
--- a/contrib/crossrpms/gdb/gdb.add
+++ b/contrib/crossrpms/gdb/gdb.add
@@ -18,6 +18,8 @@ BuildRequires: %{_host_rpmprefix}gcc
%if "%{_build}" != "%{_host}"
# psim doesn't support Cdn-X
%define build_sim --disable-sim
+%else
+%define build_sim --enable-sim --enable-sim-trace
%endif
%endif
%if "@tool_target@" == "sparc-rtems@rtems_api@"