source: rtems/scripts/gccnewlib/target-gnat.add @ f078d21

4.104.114.84.95
Last change on this file since f078d21 was f078d21, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/27/05 at 11:28:34

2005-04-27 Ralf Corsepius <ralf.corsepius@…>

  • gccnewlib/base-gfortran.add: Fix broken install-info.
  • gccnewlib/base-gnat.add, gccnewlib/target-gnat.add: Adaptations to gcc-4.0.0. Install infos using FC conventions.
  • Property mode set to 100644
File size: 865 bytes
RevLine 
[664d8b71]1%if %build_gnat
2# ==============================================================
3# %{gcc_target}-gnat
4# ==============================================================
5%package -n %{rpmprefix}%{gcc_target}-gnat
6Summary:        gcc/gnat compiler for %{gcc_target}
7Group: %{rpmgroup}
8Requires: %{rpmprefix}rtems@osversion@-base-gnat %{rpmprefix}%{gcc_target}-gcc
9
10%description -n %{rpmprefix}%{gcc_target}-gnat
11RTEMS is an open source operating system for embedded systems.
12
13This is the gcc/gnat compiler for %{gcc_target}
14
15%files -n %{rpmprefix}%{gcc_target}-gnat
16%defattr(-,root,root)
[1eb65053]17%dir %{_bindir}
18%{_bindir}/%{gcc_target}-gnat*
[664d8b71]19
[f078d21]20%if "%{gcc_version}" >= "4.0"
21%{_bindir}/%{gcc_target}-gprmake%{_exeext}
22%endif
23
24%{gccexec}/%{gcc_target}/%{gcc_version}/gnat1%{_exeext}
[664d8b71]25%{gcclib}/%{gcc_target}/%{gcc_version}/adalib
26%{gcclib}/%{gcc_target}/%{gcc_version}/adainclude
27%endif
Note: See TracBrowser for help on using the repository browser.