summaryrefslogtreecommitdiffstats
path: root/scripts/gcc3newlib/target-objc.add
blob: 8bf6468d39c30c9e09528235398a0ca4d1432fc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%if %build_objc
# ==============================================================
# @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
%endif