forked from Imagelibrary/rtems
* mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add, gccnewlib/base-g77.add, gccnewlib/base-gcc.add, gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add, gccnewlib/target-chill.add, gccnewlib/target-g77.add, gccnewlib/target-gcc.add, gccnewlib/target-gcj.add, gccnewlib/target-objc.add: Added more support for Canadian Cross building.
21 lines
605 B
Plaintext
21 lines
605 B
Plaintext
# ==============================================================
|
|
# rtems-base-gcj
|
|
# ==============================================================
|
|
%package -n rtems-base-gcj
|
|
Provides: rtems-base-gcj
|
|
Summary: base package for rtems gcc/java compiler (gcj).
|
|
Group: rtems
|
|
Requires: rtems-base-gcc
|
|
|
|
%description -n rtems-base-gcj
|
|
RTEMS is an open source operating system for embedded systems.
|
|
|
|
This is the files for gcc/java (gcj) that are shared by all targets.
|
|
|
|
%files -n rtems-base-gcj
|
|
%dir %{_prefix}/bin
|
|
%{_prefix}/bin/jcf-dump@exe_ext@
|
|
%{_prefix}/bin/jv-scan@exe_ext@
|
|
%{_prefix}/bin/gcjh@exe_ext@
|
|
|