summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-11-10 13:06:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-11-10 13:06:03 +0000
commit55666f5458ee1cc2ba8bb7a4d7ad4c184970d0e3 (patch)
treeb6c98ef29acbcdad1e62eebc968f38625b3ef175 /contrib
parentRegenerate. (diff)
downloadrtems-55666f5458ee1cc2ba8bb7a4d7ad4c184970d0e3.tar.bz2
Sync with CVS-HEAD.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gcc/rpm-install.add3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/crossrpms/gcc/rpm-install.add b/contrib/crossrpms/gcc/rpm-install.add
index b6014fd66a..3f00749d5b 100644
--- a/contrib/crossrpms/gcc/rpm-install.add
+++ b/contrib/crossrpms/gcc/rpm-install.add
@@ -47,7 +47,7 @@ EOF
chmod +x %{_builddir}/%{name}-%{gcc_rpmvers}/find-requires
%define __find_requires %{_builddir}/%{name}-%{gcc_rpmvers}/find-requires
-
+%ifnarch noarch
# Extract %%__debug_install_post into debug_install_post~
cat << \EOF > debug_install_post~
%__debug_install_post
@@ -69,4 +69,5 @@ sed -e 's,^[ ]*/usr/lib/rpm/find-debuginfo.sh,./find-debuginfo.sh,' \
< debug_install_post~ > debug_install_post
%define __debug_install_post . ./debug_install_post
+%endif