Changeset 6e9746a2 in rtems for scripts/gcc3newlib/base-gcc.add


Ignore:
Timestamp:
05/15/02 16:38:16 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
11f894cc
Parents:
a923a82
Message:

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

  • mkgcc3newlibspec.in: Remove SETUP (bogus).
  • gcc3newlib/target-c++.add: New.
  • gcc3newlib/Makefile.am: Add target-c++.add.
  • gcc3newlib/base-g77.add: Adapt to gcc-3.1. Reflect having split out c++. Various minor fixes.
  • gcc3newlib/base-gcc.add: Ditto.
  • gcc3newlib/gccnewlib.add: Ditto.
  • gcc3newlib/target-gcc.add: Ditto.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/gcc3newlib/base-gcc.add

    ra923a82 r6e9746a2  
    2121%doc %{_prefix}/info/libm.info*.gz
    2222
    23 %dir %{_prefix}/bin
    24 %{_prefix}/bin/gcov@exe_ext@
    25 %{_prefix}/bin/gccbug@exe_ext@
    26 
    2723%dir %{_prefix}/man
    2824%dir %{_prefix}/man/man1
    29 %doc %{_prefix}/man/man1/cpp.1
    30 %doc %{_prefix}/man/man1/gcov.1
    31 # %doc %{_prefix}/man/man1/cccp.1
     25%doc %{_prefix}/man/man1/cpp.1*
     26%doc %{_prefix}/man/man1/gcov.1*
    3227%dir %{_prefix}/man/man7
    33 %doc %{_prefix}/man/man7/fsf-funding.7
    34 %doc %{_prefix}/man/man7/gfdl.7
    35 %doc %{_prefix}/man/man7/gpl.7
     28%doc %{_prefix}/man/man7/fsf-funding.7*
     29%doc %{_prefix}/man/man7/gfdl.7*
     30%doc %{_prefix}/man/man7/gpl.7*
    3631
    3732%dir %{_prefix}/include
    38 %{_prefix}/include/g++-v3
    3933
    4034%post -n rtems-base-gcc
Note: See TracChangeset for help on using the changeset viewer.