mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +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.
18 lines
641 B
Plaintext
18 lines
641 B
Plaintext
# ==============================================================
|
|
# @target_alias@-objc
|
|
# ==============================================================
|
|
%package -n @target_alias@-objc
|
|
Provides: @target_alias@-objc
|
|
Summary: gcc/objc compiler for @target_alias@
|
|
Group: rtems
|
|
Requires: @target_alias@-gcc
|
|
|
|
%description -n @target_alias@-objc
|
|
RTEMS is an open source operating system for embedded systems.
|
|
|
|
This is the gcc/objc compiler for @target_alias@
|
|
|
|
%files -n @target_alias@-objc -f build/files.objc
|
|
%{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/cc1obj@exe_ext@
|
|
%{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/include/objc
|