summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-03-22 10:38:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-03-22 10:38:03 +0000
commit128c92063174c501edc0328f0049c95d22cd4f3d (patch)
treec7157b25ced95c89c84b36b5c9369df84a18475f /contrib
parentRemove bogus BR: (diff)
downloadrtems-128c92063174c501edc0328f0049c95d22cd4f3d.tar.bz2
Add with_pygdb.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gcc/install.add1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/crossrpms/gcc/install.add b/contrib/crossrpms/gcc/install.add
index e7d93529ec..0f885272c6 100644
--- a/contrib/crossrpms/gcc/install.add
+++ b/contrib/crossrpms/gcc/install.add
@@ -131,6 +131,7 @@
*jvgenmain) ;;
*/libgfortran*.*) echo "$i" >> build/files.gfortran ;;
%{!?with_pygdb:*/libstdc++*gdb.py*) rm ${RPM_BUILD_ROOT}/$i ;;} # ignore for now
+ %{?with_pygdb:*/libstdc++*gdb.py*) >> build/files.g++ ;;}
*/libstdc++.*) echo "$i" >> build/files.g++ ;;
*/libsupc++.*) echo "$i" >> build/files.g++ ;;
*) echo "$i" >> build/files.gcc ;;