forked from Imagelibrary/rtems
* gccnewlib/target-gfortran.add: Let package obsolete g77. * gccnewlib/target-objc.add: Reflect new location of cc1obj.
20 lines
679 B
Plaintext
20 lines
679 B
Plaintext
%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
|
|
|
|
%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
|