source: rtems/scripts/gcc3newlib/target-gnat.add @ 82c123d

4.104.114.84.95
Last change on this file since 82c123d was 82c123d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/18/04 at 17:19:11

2004-03-18 Ralf Corsepius <corsepiu@…>

  • gcc3newlib/gccnewlib.add: Disable gnats. Further preparations for gcc-3.4.0
  • gcc3newlib/base-gcc.add, gcc3newlib/target-gnat.add, gcc3newlib/base-gcj.add, gcc3newlib/target-gcj.add: Reflect changes to gcc3newlib/gccnewlib.add.
  • Property mode set to 100644
File size: 791 bytes
RevLine 
[4aba88a1]1%if %build_gnat
2# ==============================================================
[ae674781]3# %{gcc_target}-gnat
[4aba88a1]4# ==============================================================
[087a6c86]5%package -n %{rpmprefix}%{gcc_target}-gnat
[ae674781]6Summary:        gcc/gnat compiler for %{gcc_target}
[087a6c86]7Group: %{rpmgroup}
[cdf5ff65]8Requires: %{rpmprefix}rtems@osversion@-base-gnat %{rpmprefix}%{gcc_target}-gcc
[4aba88a1]9
[087a6c86]10%description -n %{rpmprefix}%{gcc_target}-gnat
[4aba88a1]11RTEMS is an open source operating system for embedded systems.
12
[ae674781]13This is the gcc/gnat compiler for %{gcc_target}
[4aba88a1]14
[087a6c86]15%files -n %{rpmprefix}%{gcc_target}-gnat
[9b0bb5a4]16%defattr(-,root,root)
[4aba88a1]17%dir %{_prefix}/bin
[ae674781]18%{_prefix}/bin/%{gcc_target}-gnat*
[4aba88a1]19
[82c123d]20%{gcclib}/%{gcc_target}/%{gcc_version}/gnat1%{_exeext}
21%{gcclib}/%{gcc_target}/%{gcc_version}/adalib
22%{gcclib}/%{gcc_target}/%{gcc_version}/adainclude
[4aba88a1]23%endif
Note: See TracBrowser for help on using the repository browser.