source: rtems/scripts/gcc3newlib/target-gcj.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: 956 bytes
Line 
1%if %build_gcj
2# ==============================================================
3# @target_alias@-gcj
4# ==============================================================
5%package -n @target_alias@-gcj
6Provides:       @target_alias@-gcj
7Summary:      gcc/java compiler (gcj) for @target_alias@
8Group: rtems
9Requires: rtems-base-gcj @target_alias@-gcc
10
11%description -n @target_alias@-gcj
12RTEMS is an open source operating system for embedded systems.
13
14This is the gcc/java compiler for @target_alias@
15
16%files -n @target_alias@-gcj -f build/files.gcj
17%defattr(-,root,root)
18%dir %{_prefix}/bin
19%{_prefix}/bin/@target_alias@-gcj%{_exeext}
20%{_prefix}/bin/@target_alias@-jcf-dump%{_exeext}
21%{_prefix}/bin/@target_alias@-jv-scan%{_exeext}
22%{_prefix}/bin/@target_alias@-gcjh%{_exeext}
23%{_prefix}/man/man1/@target_alias@-gcj.1
24
25%{_prefix}/lib/gcc-lib/@target_alias@/%{gcc_version}/jc1%{_exeext}
26%{_prefix}/lib/gcc-lib/@target_alias@/%{gcc_version}/jvgenmain%{_exeext}
27
28%endif
Note: See TracBrowser for help on using the repository browser.