source: rtems/scripts/gcc3newlib/target-c++.add @ 491b8b2e

4.104.114.84.95
Last change on this file since 491b8b2e was 491b8b2e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/31/03 at 05:21:08

2003-01-31 Ralf Corsepius <corsepiu@…>

  • gcc3newlib/gccnewlib.add: Remove header, broken cdn-X configuration, %clean, Replace @exe_ext@ with %{_exeext}.
  • gcc3newlib/mkspec.in: Remove exe_ext.
  • gcc3newlib/target-c++.add: Replace @exe_ext@ with %{_exeext}.
  • gcc3newlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
  • gcc3newlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
  • gcc3newlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
  • gcc3newlib/target-gnat.add: Replace @exe_ext@ with %{_exeext}.
  • gcc3newlib/target-objc.add: Replace @exe_ext@ with %{_exeext}. + gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add.
  • Property mode set to 100644
File size: 1.0 KB
Line 
1%if %build_cxx
2# ==============================================================
3# @target_alias@-c++
4# ==============================================================
5%package -n @target_alias@-c++
6Provides:       @target_alias@-c++
7Summary:      gcc/g++ compiler (c++) for @target_alias@
8Group: rtems
9Requires: rtems-base-gcc @target_alias@-gcc
10
11%description -n @target_alias@-c++
12RTEMS is an open source operating system for embedded systems.
13
14This is the gcc/g++ compiler for @target_alias@
15
16%files -n @target_alias@-c++ -f build/files.g++
17%defattr(-,root,root)
18%doc %{_prefix}/man/man1/@target_alias@-g++.1*
19
20%dir %{_prefix}/bin
21%{_prefix}/bin/@target_alias@-c++%{_exeext}
22%{_prefix}/bin/@target_alias@-g++%{_exeext}
23%{_prefix}/bin/@target_alias@-c++filt%{_exeext}
24
25%{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/cc1plus%{_exeext}
26%dir %{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/include
27%if "@gcc_version@" >= "3.2"
28%{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/include/c++
29%else
30%{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/include/g++
31%endif
32%endif
Note: See TracBrowser for help on using the repository browser.