summaryrefslogtreecommitdiffstats
path: root/scripts/gccnewlib/gccnewlib.add
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gccnewlib/gccnewlib.add')
-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