source: rtems/scripts/gcc3newlib/base-gcj.add @ d5031cb

4.104.114.84.95
Last change on this file since d5031cb was 087a6c86, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/02/03 at 16:41:50

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

  • Makefile.am, configure.ac, autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in, binutils/Makefile.am, binutils/base-binutils.add, binutils/binutils.add, binutils/mkspec.in, binutils/target-binutils.add, common/common.add.in, cpukit/Makefile.am, gcc3newlib/Makefile.am, gcc3newlib/base-g77.add, gcc3newlib/base-gcc.add, gcc3newlib/base-gcj.add, gcc3newlib/base-gnat.add, gcc3newlib/gccnewlib.add, gcc3newlib/mkspec.in, gcc3newlib/target-c++.add, gcc3newlib/target-g77.add, gcc3newlib/target-gcc.add, gcc3newlib/target-gcj.add, gcc3newlib/target-gnat.add, gcc3newlib/target-objc.add, gccnewlib/Makefile.am, gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/Makefile.am: Merger from rtems-4-6-branch.
  • common/common.am: New.
  • Property mode set to 100644
File size: 978 bytes
Line 
1%if %build_gcj
2# ==============================================================
3# rtems-base-gcj
4# ==============================================================
5%package -n %{rpmprefix}rtems-base-gcj
6Summary:      base package for rtems gcc/java compiler (gcj).
7Group: %{rpmgroup}
8Requires: %{rpmprefix}rtems-base-gcc
9
10%description -n %{rpmprefix}rtems-base-gcj
11RTEMS is an open source operating system for embedded systems.
12
13This is the files for gcc/java (gcj) that are shared by all targets.
14
15%files -n %{rpmprefix}rtems-base-gcj
16%defattr(-,root,root)
17%dir %{_prefix}/bin
18%{_prefix}/bin/jar%{_exeext}
19%{_prefix}/bin/grepjar%{_exeext}
20
21%dir %{_prefix}/info
22%doc %{_prefix}/info/gcj.info*.gz
23
24%dir %{_prefix}/man/man1
25%doc %{_prefix}/man/man1/gcjh.1*
26%doc %{_prefix}/man/man1/jv-scan.1*
27%doc %{_prefix}/man/man1/jcf-dump.1*
28%doc %{_prefix}/man/man1/gij.1*
29%doc %{_prefix}/man/man1/jv-convert.1*
30%doc %{_prefix}/man/man1/rmic.1*
31%doc %{_prefix}/man/man1/rmiregistry.1*
32
33%endif
Note: See TracBrowser for help on using the repository browser.