4.104.114.84.95
Last change
on this file since 99e797a5 was
99e797a5,
checked in by Joel Sherrill <joel.sherrill@…>, on 09/14/02 at 20:10:21
|
2002-09-14 Joel Sherrill <joel@…>
- gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add,
gcc3newlib/target-gcj.add: First attempt at enabling Java support.
|
-
Property mode set to
100644
|
File size:
827 bytes
|
Line | |
---|
1 | %if %build_gcj |
---|
2 | # ============================================================== |
---|
3 | # rtems-base-gcj |
---|
4 | # ============================================================== |
---|
5 | %package -n rtems-base-gcj |
---|
6 | Provides: rtems-base-gcj |
---|
7 | Summary: base package for rtems gcc/java compiler (gcj). |
---|
8 | Group: rtems |
---|
9 | Requires: rtems-base-gcc |
---|
10 | |
---|
11 | %description -n rtems-base-gcj |
---|
12 | RTEMS is an open source operating system for embedded systems. |
---|
13 | |
---|
14 | This is the files for gcc/java (gcj) that are shared by all targets. |
---|
15 | |
---|
16 | %files -n rtems-base-gcj |
---|
17 | %dir %{_prefix}/bin |
---|
18 | %{_prefix}/bin/jar@exe_ext@ |
---|
19 | %{_prefix}/bin/grepjar@exe_ext@ |
---|
20 | |
---|
21 | %dir %{_prefix}/man/man1 |
---|
22 | %{_prefix}/man/man1/gcjh.1 |
---|
23 | %{_prefix}/man/man1/jv-scan.1 |
---|
24 | %{_prefix}/man/man1/jcf-dump.1 |
---|
25 | %{_prefix}/man/man1/gij.1 |
---|
26 | %{_prefix}/man/man1/jv-convert.1 |
---|
27 | %{_prefix}/man/man1/rmic.1 |
---|
28 | %{_prefix}/man/man1/rmiregistry.1 |
---|
29 | |
---|
30 | %endif |
---|
Note: See
TracBrowser
for help on using the repository browser.