source: rtems/scripts/gccnewlib/target-gcc.add @ 5bca94b

4.104.114.84.95
Last change on this file since 5bca94b was 4b3af7a4, checked in by Joel Sherrill <joel.sherrill@…>, on 02/05/02 at 21:08:15

2002-01-29 Ralf Corsepius <corsepiu@…>

  • mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add, gccnewlib/base-g77.add, gccnewlib/base-gcc.add, gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add, gccnewlib/target-chill.add, gccnewlib/target-g77.add, gccnewlib/target-gcc.add, gccnewlib/target-gcj.add, gccnewlib/target-objc.add: Added more support for Canadian Cross building.
  • Property mode set to 100644
File size: 997 bytes
Line 
1# ==============================================================
2# @target_alias@-gcc
3# ==============================================================
4%package -n @target_alias@-gcc
5Provides:       @target_alias@-gcc
6Summary:        rtems gcc and newlib C Library for @target_alias@
7Group: rtems
8Requires: @target_alias@-binutils rtems-base-gcc
9
10%description -n @target_alias@-gcc
11RTEMS is an open source operating system for embedded systems.
12
13This is gcc and newlib C Library for @target_alias@.
14
15%files -n @target_alias@-gcc -f build/files.gcc
16%doc %{_prefix}/man/man1/@target_alias@-gcc.1
17%doc %{_prefix}/man/man1/@target_alias@-g++.1
18
19%{_prefix}/bin/@target_alias@-cpp@exe_ext@
20%{_prefix}/bin/@target_alias@-c++@exe_ext@
21%{_prefix}/bin/@target_alias@-g++@exe_ext@
22%{_prefix}/bin/@target_alias@-gcc@exe_ext@
23%{_prefix}/bin/@target_alias@-protoize@exe_ext@
24%{_prefix}/bin/@target_alias@-unprotoize@exe_ext@
25
26%dir %{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/include
27
28%{_prefix}/@target_alias@
29
Note: See TracBrowser for help on using the repository browser.