forked from Imagelibrary/rtems
These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
22 lines
442 B
Modula-2
22 lines
442 B
Modula-2
#
|
|
# RTEMS tools setup
|
|
#
|
|
|
|
binutils_version=2.18.91
|
|
# binutils_patch_version=
|
|
binutils_suffix=.tar.bz2
|
|
binutils_rpm_release=1
|
|
gdb_version=6.8
|
|
gdb_suffix=.tar.bz2
|
|
gdb_patch_version=rtems4.10-20080917
|
|
gdb_rpm_release=3
|
|
rtems_version=4.10.99.0
|
|
rtems_rpm_release=1
|
|
newlib_version=1.16.0
|
|
newlib_suffix=.tar.gz
|
|
newlib_patch_version=rtems4.10-20080925
|
|
gcc_version=4.3.2
|
|
gcc_suffix=.tar.bz2
|
|
gcc_patch_version=rtems4.10-20080917
|
|
gccnewlib_rpm_release=3
|