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.
22 lines
724 B
Plaintext
22 lines
724 B
Plaintext
# ==============================================================
|
|
# @target_alias@-gcj
|
|
# ==============================================================
|
|
%package -n @target_alias@-gcj
|
|
Provides: @target_alias@-gcj
|
|
Summary: gcc/java compiler (gcj) for @target_alias@
|
|
Group: rtems
|
|
Requires: rtems-base-gcj @target_alias@-gcc
|
|
|
|
%description -n @target_alias@-gcj
|
|
RTEMS is an open source operating system for embedded systems.
|
|
|
|
This is the gcc/java compiler for @target_alias@
|
|
|
|
%files -n @target_alias@-gcj -f build/files.gcj
|
|
%dir %{_prefix}/bin
|
|
%{_prefix}/bin/@target_alias@-gcj@exe_ext@
|
|
|
|
%{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/jc1@exe_ext@
|
|
%{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/jvgenmain@exe_ext@
|
|
|