Changeset 1cd0db4 in rtems


Ignore:
Timestamp:
09/13/01 16:37:03 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c8d6691
Parents:
1e3f463
Message:

2001-09-13 Joel Sherrill <joel@…>

  • setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add: Revert changes because of gcc 2.5.x/3.0 transition and continue to support gcc 2.95.x as primary version.
Location:
scripts
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • scripts/ChangeLog

    r1e3f463 r1cd0db4  
     12001-09-13      Joel Sherrill <joel@OARcorp.com>
     2
     3        * setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
     4        Revert changes because of gcc 2.5.x/3.0 transition and continue
     5        to support gcc 2.95.x as primary version.
     6
    172001-09-13      Joel Sherrill <joel@OARcorp.com>
    28
  • scripts/gccnewlib/base-gcc.add

    r1e3f463 r1cd0db4  
    2525%dir /opt/rtems/man
    2626%dir /opt/rtems/man/man1
    27 # not in gcc 3.x -- only in gcc 2.x
    28 # %doc /opt/rtems/man/man1/cccp.1
     27%doc /opt/rtems/man/man1/cccp.1
    2928
    3029%dir /opt/rtems/include
    31 # gcc 3.0.1 specific
    32 /opt/rtems/include/g++-v3
    33 # gcc 2.x specific
    34 # /opt/rtems/include/g++-3
     30/opt/rtems/include/g++-3
    3531
    3632%post -n rtems-base-gcc
  • scripts/gccnewlib/gccnewlib.add

    r1e3f463 r1cd0db4  
    1919
    2020Version:        gcc@gcc_version@newlib@newlib_version@
    21 # gcc 3.x and gcc 2.9 
    22 Source0:        ftp://ftp.gnu.org/pub/gnu/gcc/gcc-@gcc_version@.tar.bz2
     21# gcc 3.x and gcc 2.9
     22# Source0:      ftp://ftp.gnu.org/pub/gnu/gcc/gcc-@gcc_version@.tar.bz2
    2323# gcc 2.95.x
    24 #Source0:       ftp://ftp.gnu.org/pub/gnu/gcc/gcc-everything-@gcc_version@.tar.bz2
     24Source0:        ftp://ftp.gnu.org/pub/gnu/gcc/gcc-everything-@gcc_version@.tar.gz
    2525Source1:        ftp://sourceware.cygnus.com/pub/newlib/newlib-@newlib_version@.tar.gz
    2626Patch0:         gcc-@gcc_version@-rtems-@gcc_patch_version@.diff
  • scripts/gccnewlib/target-gcc.add

    r1e3f463 r1cd0db4  
    2121/opt/rtems/bin/@target_alias@-g++@exe_ext@
    2222/opt/rtems/bin/@target_alias@-gcc@exe_ext@
    23 # not in gcc 3.x
    24 # /opt/rtems/bin/@target_alias@-protoize@exe_ext@
    25 # /opt/rtems/bin/@target_alias@-unprotoize@exe_ext@
     23/opt/rtems/bin/@target_alias@-protoize@exe_ext@
     24/opt/rtems/bin/@target_alias@-unprotoize@exe_ext@
    2625
    2726%dir /opt/rtems/lib/gcc-lib/@target_alias@/@gcc_version@/include
  • scripts/setup.def

    r1e3f463 r1cd0db4  
    99newlib_version=1.9.0
    1010newlib_patch_version=20010622
    11 gcc_version=3.0.1
    12 gcc_patch_version=20010905
     11gcc_version=2.95.3
     12gcc_patch_version=20010622a
    1313gccnewlib_rpm_release=1
    1414gdb_version=5.0
Note: See TracChangeset for help on using the changeset viewer.