From 0c8ebef1b7a180ceab2b08d54a47fb1aaf134433 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 7 Sep 2010 17:04:16 +0000 Subject: [PATCH] Add --enable-sim-trace for powerpc-rtems* --- contrib/crossrpms/gdb/gdb.add | 2 ++ 1 file changed, 2 insertions(+) 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@"