forked from Imagelibrary/rtems
2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gcc3newlib/target-gcc.add, gcc3newlib/target-c++.add: Reflect changes to gcc3newlib/gccnewlib.add.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* gcc3newlib/target-gcc.add, gcc3newlib/target-c++.add:
|
||||||
|
Reflect changes to gcc3newlib/gccnewlib.add.
|
||||||
|
|
||||||
2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* gcc3newlib/gccnewlib.add: Preps. for gcc-3.4.0.
|
* gcc3newlib/gccnewlib.add: Preps. for gcc-3.4.0.
|
||||||
|
|||||||
@@ -20,11 +20,11 @@ This is the gcc/g++ compiler for %{gcc_target}
|
|||||||
%{_prefix}/bin/%{gcc_target}-c++%{_exeext}
|
%{_prefix}/bin/%{gcc_target}-c++%{_exeext}
|
||||||
%{_prefix}/bin/%{gcc_target}-g++%{_exeext}
|
%{_prefix}/bin/%{gcc_target}-g++%{_exeext}
|
||||||
|
|
||||||
%{_prefix}/lib/gcc-lib/%{gcc_target}/%{gcc_version}/cc1plus%{_exeext}
|
%{gccexec}/%{gcc_target}/%{gcc_version}/cc1plus%{_exeext}
|
||||||
%dir %{_prefix}/lib/gcc-lib/%{gcc_target}/%{gcc_version}/include
|
%dir %{gcclib}/%{gcc_target}/%{gcc_version}/include
|
||||||
%if "%{gcc_version}" >= "3.2"
|
%if "%{gcc_version}" >= "3.2"
|
||||||
%{_prefix}/lib/gcc-lib/%{gcc_target}/%{gcc_version}/include/c++
|
%{gcclib}/%{gcc_target}/%{gcc_version}/include/c++
|
||||||
%else
|
%else
|
||||||
%{_prefix}/lib/gcc-lib/%{gcc_target}/%{gcc_version}/include/g++
|
%{gcclib}/%{gcc_target}/%{gcc_version}/include/g++
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
@@ -14,7 +14,10 @@ This is gcc and newlib C Library for %{gcc_target}.
|
|||||||
%files -n %{rpmprefix}%{gcc_target}-gcc -f build/files.gcc
|
%files -n %{rpmprefix}%{gcc_target}-gcc -f build/files.gcc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %{_prefix}/man/man1/%{gcc_target}-gcc.1*
|
%doc %{_prefix}/man/man1/%{gcc_target}-gcc.1*
|
||||||
|
%if "%{gcc_version}" >= "3.4"
|
||||||
|
%doc %{_prefix}/man/man1/%{gcc_target}-cpp.1*
|
||||||
|
%doc %{_prefix}/man/man1/%{gcc_target}-gcov.1*
|
||||||
|
%endif
|
||||||
%{_prefix}/bin/%{gcc_target}-cpp%{_exeext}
|
%{_prefix}/bin/%{gcc_target}-cpp%{_exeext}
|
||||||
%{_prefix}/bin/%{gcc_target}-gcc%{_exeext}
|
%{_prefix}/bin/%{gcc_target}-gcc%{_exeext}
|
||||||
%if "%{gcc_version}" >= "3.3"
|
%if "%{gcc_version}" >= "3.3"
|
||||||
@@ -24,4 +27,7 @@ This is gcc and newlib C Library for %{gcc_target}.
|
|||||||
%{_prefix}/bin/%{gcc_target}-gccbug
|
%{_prefix}/bin/%{gcc_target}-gccbug
|
||||||
%{_prefix}/%{gcc_target}/include
|
%{_prefix}/%{gcc_target}/include
|
||||||
|
|
||||||
%dir %{_prefix}/lib/gcc-lib/%{gcc_target}/%{gcc_version}/include
|
%dir %{gcclib}/%{gcc_target}/%{gcc_version}/include
|
||||||
|
|
||||||
|
%{gccexec}/%{gcc_target}/%{gcc_version}/cc1%{_exeext}
|
||||||
|
%{gccexec}/%{gcc_target}/%{gcc_version}/collect2%{_exeext}
|
||||||
|
|||||||
Reference in New Issue
Block a user