mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
* gcc3newlib/target-gcc.add: Remove %{_exeext} from gccbug.
* gcc3newlib/gccnewlib.add: Add %gcj to support to disabling building
gcj from rpmbuild command line.
Copy gsyslimits.h for CDN-X compilation.
26 lines
880 B
Plaintext
26 lines
880 B
Plaintext
# ==============================================================
|
|
# @target_alias@-gcc
|
|
# ==============================================================
|
|
%package -n @target_alias@-gcc
|
|
Provides: @target_alias@-gcc
|
|
Summary: rtems gcc and newlib C Library for @target_alias@
|
|
Group: rtems
|
|
Requires: @target_alias@-binutils rtems-base-gcc
|
|
|
|
%description -n @target_alias@-gcc
|
|
RTEMS is an open source operating system for embedded systems.
|
|
|
|
This is gcc and newlib C Library for @target_alias@.
|
|
|
|
%files -n @target_alias@-gcc -f build/files.gcc
|
|
%defattr(-,root,root)
|
|
%doc %{_prefix}/man/man1/@target_alias@-gcc.1*
|
|
|
|
%{_prefix}/bin/@target_alias@-cpp%{_exeext}
|
|
%{_prefix}/bin/@target_alias@-gcc%{_exeext}
|
|
%{_prefix}/bin/@target_alias@-gcov%{_exeext}
|
|
%{_prefix}/bin/@target_alias@-gccbug
|
|
%{_prefix}/@target_alias@/include
|
|
|
|
%dir %{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/include
|