summaryrefslogtreecommitdiffstats
path: root/scripts/gccnewlib/target-objc.add
blob: 3a5edc7b8594a584949a1d7cf7ab5163f5e6a52a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%if %build_objc
# ==============================================================
# %{gcc_target}-objc
# ==============================================================
%package -n %{rpmprefix}%{gcc_target}-objc
Summary:      gcc/objc compiler for %{gcc_target}
Group:        %{rpmgroup}
Requires:    %{rpmprefix}%{gcc_target}-gcc = %{gccnewlib_version}-%{release}

%description -n %{rpmprefix}%{gcc_target}-objc
RTEMS is an open source operating system for embedded systems.

This is the gcc/objc compiler for %{gcc_target}

%files -n %{rpmprefix}%{gcc_target}-objc -f build/files.objc
%defattr(-,root,root)
%{gccexec}/%{gcc_target}/%{gcc_version}/cc1obj%{_exeext}
%{gcclib}/%{gcc_target}/%{gcc_version}/include/objc
%endif