source: rtems/scripts/gcc3newlib/target-c++.add @ 17a11842

4.104.114.84.95
Last change on this file since 17a11842 was 682c7502, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/15/02 at 23:12:04

2002-08-15 Ralf Corsepius <corsepiu@…>

  • gcc3newlib/Makefile.am: Remove c_only remnants.
  • gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++ headers into c++ instead of g++.
  • gcc3newlib/target-c++.add: Ditto.
  • 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%doc %{_prefix}/man/man1/@target_alias@-g++.1*
18
19%dir %{_prefix}/bin
20%{_prefix}/bin/@target_alias@-c++@exe_ext@
21%{_prefix}/bin/@target_alias@-g++@exe_ext@
22%{_prefix}/bin/@target_alias@-c++filt@exe_ext@
23
24%{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/cc1plus@exe_ext@
25%dir %{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/include
26%if "@gcc_version@" >= "3.2"
27%{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/include/c++
28%else
29%{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/include/g++
30%endif
31%endif
Note: See TracBrowser for help on using the repository browser.