mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
* 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.
19 lines
603 B
Plaintext
19 lines
603 B
Plaintext
# ==============================================================
|
|
# @target_alias@-chill
|
|
# ==============================================================
|
|
%package -n @target_alias@-chill
|
|
Provides: @target_alias@-chill
|
|
Summary: gcc/chill compiler for @target_alias@
|
|
Group: rtems
|
|
Requires: rtems-base-chill @target_alias@-gcc
|
|
|
|
%description -n @target_alias@-chill
|
|
RTEMS is an open source operating system for embedded systems.
|
|
|
|
This is the gcc/chill compiler and support files for @target_alias@
|
|
|
|
%files -n @target_alias@-chill -f build/files.chill
|
|
%dir %{_prefix}/bin
|
|
%{_prefix}/bin/@target_alias@-chill
|
|
|