source: rtems/scripts/gcc3newlib/target-gcc.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: 890 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%defattr(-,root,root)
17%doc %{_prefix}/man/man1/@target_alias@-gcc.1*
18
19%{_prefix}/bin/@target_alias@-cpp%{_exeext}
20%{_prefix}/bin/@target_alias@-gcc%{_exeext}
21%{_prefix}/bin/@target_alias@-gcov%{_exeext}
22%{_prefix}/bin/@target_alias@-gccbug%{_exeext}
23%{_prefix}/@target_alias@/include
24
25%dir %{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/include
Note: See TracBrowser for help on using the repository browser.