summaryrefslogtreecommitdiffstats
path: root/scripts/gccnewlib/target-objc.add
blob: 0fdcc1c6c159d2060bc5d0e6a8ee100f891e49b0 (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