Changeset ac5a9bf in rtems
- Timestamp:
- 10/21/99 19:25:19 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 61a4d81
- Parents:
- 7063e223
- Location:
- scripts
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/binutils/binutils.spec.in
r7063e223 rac5a9bf 22 22 Version: @binutils_version@ 23 23 Summary: binutils for target @target_alias@ 24 Source0: binutils-@binutils_version@.tar.gz24 Source0: ftp://ftp.gnu.org/pub/gnu/binutils/binutils-@binutils_version@.tar.gz 25 25 Patch0: binutils-@binutils_version@-rtems-@binutils_patch_version@.diff 26 # 27 # The original sources are not included in the source RPM. 28 # If we included them, then the source RPMs for each target 29 # would duplicate MBs of source unnecessarily. This is 30 # a duplication of over 30 MBs of source for each of 31 # the more than 10 targets it is possible to build. 32 # 33 # You can get them yourself from the Internet and copy them to 34 # your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR). 35 # Or you can try the ftp options of rpm :-) 36 # 37 NoSource: 0 26 38 27 39 %description -
scripts/configure.in
r7063e223 rac5a9bf 2 2 3 3 AC_INIT(binutils) 4 AM_INIT_AUTOMAKE(scripts,19991021- 0,no)4 AM_INIT_AUTOMAKE(scripts,19991021-1,no) 5 5 6 6 # RTEMS_CHECK_VERSION(..) -
scripts/gccnewlib/gccnewlib.spec.in
r7063e223 rac5a9bf 21 21 Version: @gcc_version@newlib@newlib_version@ 22 22 Summary: rtems gcc and newlib C Library for target @target_alias@ 23 Source0: gcc-@gcc_version@.tar.gz24 Source1: newlib-@newlib_version@.tar.gz23 Source0: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-@gcc_version@.tar.gz 24 Source1: ftp://sourceware.cygnus/com/pub/newlib/newlib-@newlib_version@.tar.gz 25 25 Patch0: gcc-@gcc_version@-rtems-@gcc_patch_version@.diff 26 26 Patch1: newlib-@newlib_version@-rtems-@newlib_patch_version@.diff 27 27 28 # 29 # The original sources are not included in the source RPM. 30 # If we included them, then the source RPMs for each target 31 # would duplicate MBs of source unnecessarily. This is 32 # a duplication of over 30 MBs of source for each of 33 # the more than 10 targets it is possible to build. 34 # 35 # You can get them yourself from the Internet and copy them to 36 # your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR). 37 # Or you can try the ftp options of rpm :-) 38 # 39 NoSource: 0, 1 40 28 41 Buildroot: @rpm_build_root@ 29 # Patch: 42 30 43 %description 31 44 RTEMS is an open source operating system for embedded systems. -
scripts/gdb/gdb.spec.in
r7063e223 rac5a9bf 22 22 Version: @gdb_version@ 23 23 Summary: gdb for target @target_alias@ 24 Source0: gdb-@gdb_version@.tar.gz 25 Patch0: gdb-@gdb_version@-rtems-@gdb_patch_version@.diff 24 Source0: ftp://ftp.gnu.org/pub/gnu/gdbgdb-@gdb_version@.tar.gz 25 Patch0: gdb-@gdb_version@-rtems-@gdb_patch_version@.diff 26 # 27 # The original sources are not included in the source RPM. 28 # If we included them, then the source RPMs for each target 29 # would duplicate MBs of source unnecessarily. This is 30 # a duplication of over 30 MBs of source for each of 31 # the more than 10 targets it is possible to build. 32 # 33 # You can get them yourself from the Internet and copy them to 34 # your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR). 35 # Or you can try the ftp options of rpm :-) 36 # 37 NoSource: 0 38 26 39 27 40 Buildroot: @rpm_build_root@ 28 41 29 # Patch:30 42 %description 31 43 RTEMS is an open source operating system for embedded systems. -
scripts/rtems/rtems.spec.in
r7063e223 rac5a9bf 21 21 Summary: A free operating system for embedded systems 22 22 Source: rtems-@Version@.tar.gz 23 # 24 # The original sources are not included in the source RPM. 25 # If we included them, then the source RPMs for each target 26 # would duplicate MBs of source unnecessarily. This is 27 # a duplication of over 30 MBs of source for each of 28 # the more than 10 targets it is possible to build. 29 # 30 # You can get them yourself from the Internet and copy them to 31 # your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR). 32 # Or you can try the ftp options of rpm :-) 33 # 34 NoSource: 0 23 35 # We claim to be relocatible, but in fact we are not 24 36 Prefix: /opt 25 37 Buildroot: @rpm_build_root@ 26 # Patch: 38 27 39 %description 28 40 RTEMS is a free operating system for embedded systems. -
scripts/setup.def
r7063e223 rac5a9bf 11 11 gdb_patch_version=19991015 12 12 gdb_rpm_release=1 13 rpm_build_root=/tmp
Note: See TracChangeset
for help on using the changeset viewer.