source: rtems/scripts/gccnewlib/target-g77.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: 640 bytes
Line 
1# ==============================================================
2# @target_alias@-g77
3# ==============================================================
4%package -n @target_alias@-g77
5Provides:       @target_alias@-g77
6Summary:        gcc/g77 compiler for @target_alias@
7Group: rtems
8Requires: rtems-base-g77 @target_alias@-gcc
9
10%description -n @target_alias@-g77
11RTEMS is an open source operating system for embedded systems.
12
13This is the gcc/g77 compiler for @target_alias@
14
15%files -n @target_alias@-g77 -f build/files.g77
16%dir %{_prefix}/bin
17%{_prefix}/bin/@target_alias@-g77@exe_ext@
18
19%{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/f771@exe_ext@
Note: See TracBrowser for help on using the repository browser.