Changeset 353dbe95 in rtems
- Timestamp:
- 03/20/02 14:17:17 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 658ad222
- Parents:
- 5cf3f41
- Location:
- scripts
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/ChangeLog
r5cf3f41 r353dbe95 1 2002-03-06 Ralf Corsepius <corsepiu@faw-uni-ulm.de> 2 3 * PR151 4 * autotools/automake-rtems.spec.in: New. 5 * autotools/automake-rtems.spec: Removed. 6 * configure.ac: Reflect changes above. 7 1 8 2001-02-27 Joel Sherrill <joel@OARcorp.com> 2 9 -
scripts/binutils/binutils.add
r5cf3f41 r353dbe95 24 24 Version: @binutils_version@ 25 25 Source0: ftp://ftp.gnu.org/pub/gnu/binutils/binutils-@binutils_version@.tar.gz 26 Patch0: binutils-@binutils_version@-rtems-@binutils_patch_version@.diff26 # Patch0: binutils-@binutils_version@-rtems-@binutils_patch_version@.diff 27 27 # 28 28 # The original sources are not included in the source RPM. … … 48 48 %setup -c -n @target_alias@-binutils 49 49 50 %patch0 -p050 # %patch0 -p0 51 51 test -d build || mkdir build 52 52 -
scripts/configure.ac
r5cf3f41 r353dbe95 86 86 gdb/Makefile 87 87 rtems/Makefile 88 autotools/Makefile]) 88 autotools/Makefile 89 autotools/automake-rtems.spec 90 ]) 89 91 AC_CONFIG_COMMANDS([default],[[chmod 755 buildall 90 92 chmod 755 buildalltar -
scripts/setup.def
r5cf3f41 r353dbe95 4 4 # $Id$ 5 5 # 6 binutils_version=2.1 07 binutils_patch_version= NA-BUILDING-GCC6 binutils_version=2.12prer1 7 binutils_patch_version=20010622 8 8 binutils_rpm_release=3 9 9 newlib_version=1.9.0
Note: See TracChangeset
for help on using the changeset viewer.