mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
* gcc3newlib/gccnewlib.add: Add %gcc_version, %newlib_version. Apply %gcc_version, %newlib_version. * gcc3newlib/target-c++.add: Apply %gcc_version, %newlib_version. * gcc3newlib/target-g77.add: Apply %gcc_version, %newlib_version. * gcc3newlib/target-gcc.add: Apply %gcc_version, %newlib_version. * gcc3newlib/target-gcj.add: Apply %gcc_version, %newlib_version. * gcc3newlib/target-gnat.add: Apply %gcc_version, %newlib_version. * gcc3newlib/target-objc.add: Apply %gcc_version, %newlib_version.
21 lines
689 B
Plaintext
21 lines
689 B
Plaintext
%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
|
|
%defattr(-,root,root)
|
|
%{_prefix}/lib/gcc-lib/@target_alias@/%{gcc_version}/cc1obj%{_exeext}
|
|
%{_prefix}/lib/gcc-lib/@target_alias@/%{gcc_version}/include/objc
|
|
%endif
|