Changeset 1cd0db4 in rtems
- Timestamp:
- 09/13/01 16:37:03 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c8d6691
- Parents:
- 1e3f463
- Location:
- scripts
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/ChangeLog
r1e3f463 r1cd0db4 1 2001-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 1 7 2001-09-13 Joel Sherrill <joel@OARcorp.com> 2 8 -
scripts/gccnewlib/base-gcc.add
r1e3f463 r1cd0db4 25 25 %dir /opt/rtems/man 26 26 %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 29 28 30 29 %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 35 31 36 32 %post -n rtems-base-gcc -
scripts/gccnewlib/gccnewlib.add
r1e3f463 r1cd0db4 19 19 20 20 Version: 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.bz221 # gcc 3.x and gcc 2.9 22 # Source0: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-@gcc_version@.tar.bz2 23 23 # gcc 2.95.x 24 #Source0: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-everything-@gcc_version@.tar.bz2 24 Source0: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-everything-@gcc_version@.tar.gz 25 25 Source1: ftp://sourceware.cygnus.com/pub/newlib/newlib-@newlib_version@.tar.gz 26 26 Patch0: gcc-@gcc_version@-rtems-@gcc_patch_version@.diff -
scripts/gccnewlib/target-gcc.add
r1e3f463 r1cd0db4 21 21 /opt/rtems/bin/@target_alias@-g++@exe_ext@ 22 22 /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@ 26 25 27 26 %dir /opt/rtems/lib/gcc-lib/@target_alias@/@gcc_version@/include -
scripts/setup.def
r1e3f463 r1cd0db4 9 9 newlib_version=1.9.0 10 10 newlib_patch_version=20010622 11 gcc_version= 3.0.112 gcc_patch_version=20010 90511 gcc_version=2.95.3 12 gcc_patch_version=20010622a 13 13 gccnewlib_rpm_release=1 14 14 gdb_version=5.0
Note: See TracChangeset
for help on using the changeset viewer.