source: rtems/scripts/gcc3newlib/target-gnat.add @ 99f97d3f

Last change on this file since 99f97d3f was 8a1d1e0b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/26/03 at 15:52:36

2003-02-26 Ralf Corsepius <corsepiu@…>

  • gcc3newlib/gccnewlib.add: Add %gcc_version, %newlib_version. Apply %gcc_version, %newlib_version.
  • gcc3newlib/target-c++.add: Apply %gcc_version, %newlib_version.
  • gcc3newlib/target-g77.add: Apply %gcc_version, %newlib_version.
  • gcc3newlib/target-gcc.add: Apply %gcc_version, %newlib_version.
  • gcc3newlib/target-gcj.add: Apply %gcc_version, %newlib_version.
  • gcc3newlib/target-gnat.add: Apply %gcc_version, %newlib_version.
  • gcc3newlib/target-objc.add: Apply %gcc_version, %newlib_version.
  • Property mode set to 100644
File size: 846 bytes
Line 
1%if %build_gnat
2# ==============================================================
3# @target_alias@-gnat
4# ==============================================================
5%package -n @target_alias@-gnat
6Provides:       @target_alias@-gnat
7Summary:        gcc/gnat compiler for @target_alias@
8Group: rtems
9Requires: rtems-base-gnat @target_alias@-gcc
10
11%description -n @target_alias@-gnat
12RTEMS is an open source operating system for embedded systems.
13
14This is the gcc/gnat compiler for @target_alias@
15
16%files -n @target_alias@-gnat
17%defattr(-,root,root)
18# %files -n @target_alias@-gnat -f build/files.gnat
19%dir %{_prefix}/bin
20%{_prefix}/bin/@target_alias@-gnat*
21
22%{_prefix}/lib/gcc-lib/@target_alias@/%{gcc_version}/gnat1%{_exeext}
23%{_prefix}/lib/gcc-lib/@target_alias@/%{gcc_version}/adalib
24%{_prefix}/lib/gcc-lib/@target_alias@/%{gcc_version}/adainclude
25%endif
Note: See TracBrowser for help on using the repository browser.