summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-03 13:28:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-03 13:28:23 +0000
commit4c4ab7db564f70c2fa91c7a357fc84461f7d7a19 (patch)
treeb1b549bf40f6df17a387ee9df47345692fe399f1
parentFix typo in previous changelog entry (diff)
downloadrtems-4c4ab7db564f70c2fa91c7a357fc84461f7d7a19.tar.bz2
2005-05-03 Ralf Corsepius <ralf.corsepius@rtems.org>
* gccnewlib/gccnewlib.add: Remove gnatgcc hacks. Misc %infodir/dir handling changes.
-rw-r--r--scripts/gccnewlib/gccnewlib.add9
1 files changed, 1 insertions, 8 deletions
diff --git a/scripts/gccnewlib/gccnewlib.add b/scripts/gccnewlib/gccnewlib.add
index f006ebf849..8954074eb6 100644
--- a/scripts/gccnewlib/gccnewlib.add
+++ b/scripts/gccnewlib/gccnewlib.add
@@ -239,14 +239,6 @@ cd ..
# cd back to build/
cd ../..
-%if %build_gnat
-# Install a copy of gcc as gnatgcc
-# Enables us to mix different versions of gnat and gnatgcc
- rm -f $RPM_BUILD_ROOT%{_bindir}/%{gcc_target}-gnatgcc%{_exeext}
- ln $RPM_BUILD_ROOT%{_bindir}/%{gcc_target}-gcc%{_exeext} \
- $RPM_BUILD_ROOT%{_bindir}/%{gcc_target}-gnatgcc%{_exeext}
-%endif
-
# Bug in gcc-3.x: It puts the build dirs into *.la files
# host library
@@ -257,6 +249,7 @@ cd ..
# We don't ship info/dir
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
+ touch $RPM_BUILD_ROOT%{_infodir}/dir
%if %build_f95
# # Bug in gcc-4.0.0pre