summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-03-01 16:42:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-03-01 16:42:51 +0000
commitd25730664565fca772a476c83b755e7bf9b68c57 (patch)
tree5dd9e0a3dbe704893fdc4626281c7c2650ae6fdb /contrib
parentFormatting (diff)
downloadrtems-d25730664565fca772a476c83b755e7bf9b68c57.tar.bz2
gcc-4.1.0 still has issues with mudflap.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gcc/install.add4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/crossrpms/gcc/install.add b/contrib/crossrpms/gcc/install.add
index b7e69bd126..d1a954cbc2 100644
--- a/contrib/crossrpms/gcc/install.add
+++ b/contrib/crossrpms/gcc/install.add
@@ -16,7 +16,7 @@
cd ../../..
%endif
-%if "%{gcc_version}" < "4.0.3"
+%if "%{gcc_version}" <= "4.1.0"
# Misplaced header file
if test -f $RPM_BUILD_ROOT%{_includedir}/mf-runtime.h; then
mv $RPM_BUILD_ROOT%{_includedir}/mf-runtime.h \
@@ -67,7 +67,7 @@
%endif
# Collect multilib subdirectories
- f=`gcc/xgcc -Bgcc/ --print-multi-lib | sed -e 's,;.*$,,'`
+ f=`build/gcc/xgcc -Bbuild/gcc/ --print-multi-lib | sed -e 's,;.*$,,'`
echo "%defattr(-,root,root,-)" > build/files.newlib
TGTDIR="%{_prefix}/@tool_target@/lib"