mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
* gcc3newlib/base-gcc.add, gcc3newlib/target-g77.add, gcc3newlib/target-objc.add: Preps for gcc-3.4.0. Reflect changes to gcc3newlib/gccnewlib.add.
20 lines
678 B
Plaintext
20 lines
678 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)
|
|
%{gcclib}/%{gcc_target}/%{gcc_version}/cc1obj%{_exeext}
|
|
%{gcclib}/%{gcc_target}/%{gcc_version}/include/objc
|
|
%endif
|