mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
* mkgcc3newlibspec.in: Remove * gcc3newlib/mkspec.in: New. * configure.ac: Reflect changes above. * gcc3newlib/gccnewlib.add: Add build_XXX defines. Add preliminary gnat support. * gcc3newlib/base-g77.add: Add build_g77. * gcc3newlib/base-gcj.add: Add build_gcj. * gcc3newlib/base-gnat.add: New. * gcc3newlib/target-c++.add: Add build_cxx. * gcc3newlib/target-g77.add: Add build_g77. * gcc3newlib/target-gcj.add: Add build_gcj. * gcc3newlib/target-objc.add: Add build_objc. * gcc3newlib/target-gnat.add: New. * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
28 lines
943 B
Plaintext
28 lines
943 B
Plaintext
%if %build_cxx
|
|
# ==============================================================
|
|
# @target_alias@-c++
|
|
# ==============================================================
|
|
%package -n @target_alias@-c++
|
|
Provides: @target_alias@-c++
|
|
Summary: gcc/g++ compiler (c++) for @target_alias@
|
|
Group: rtems
|
|
Requires: rtems-base-gcc @target_alias@-gcc
|
|
|
|
%description -n @target_alias@-c++
|
|
RTEMS is an open source operating system for embedded systems.
|
|
|
|
This is the gcc/g++ compiler for @target_alias@
|
|
|
|
%files -n @target_alias@-c++ -f build/files.g++
|
|
%doc %{_prefix}/man/man1/@target_alias@-g++.1*
|
|
|
|
%dir %{_prefix}/bin
|
|
%{_prefix}/bin/@target_alias@-c++@exe_ext@
|
|
%{_prefix}/bin/@target_alias@-g++@exe_ext@
|
|
%{_prefix}/bin/@target_alias@-c++filt@exe_ext@
|
|
|
|
%{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/cc1plus@exe_ext@
|
|
%dir %{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/include
|
|
%{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/include/g++
|
|
%endif
|