2004-05-18 Ralf Corsepius <ralf_corsepius@rtems.org>

* binutils/Makefile.am: Add sh-rtemscoff.
	Remove sh-rtemself.
	* binutils/binutils.add: BuildRequires flex.
	* autotools/automake-rtems.spec.in: Automake 1.8.5.
This commit is contained in:
Ralf Corsepius
2004-05-18 09:42:36 +00:00
parent 51ca358ac7
commit 92166f37ac
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
2004-05-18 Ralf Corsepius <ralf_corsepius@rtems.org>
* binutils/Makefile.am: Add sh-rtemscoff.
Remove sh-rtemself.
* binutils/binutils.add: BuildRequires flex.
* autotools/automake-rtems.spec.in: Automake 1.8.5.
2004-04-29 Ralf Corsepius <ralf_corsepius@rtems.org>
* gcc3newlib/gccnewlib.add: Another attempt to make *info.gz

View File

@@ -2,8 +2,8 @@
# spec file for automake
#
%define rpmvers 1.8.4
%define srcvers 1.8.4
%define rpmvers 1.8.5
%define srcvers 1.8.5
%define amvers 1.8
%define _defaultbuildroot %{_tmppath}/%{name}-%{srcvers}-root

View File

@@ -54,9 +54,9 @@ sh-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@
RPM_SPECS_DATA += sh-rtems@osversion@-$(BINUTILSVERS).spec
sh-rtemself@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself@osversion@ > $@
RPM_SPECS_DATA += sh-rtemself@osversion@-$(BINUTILSVERS).spec
sh-rtemscoff@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemscoff@osversion@ > $@
RPM_SPECS_DATA += sh-rtemscoff@osversion@-$(BINUTILSVERS).spec
sparc-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@

View File

@@ -13,6 +13,7 @@ Packager: corsepiu@faw.uni-ulm.de and joel@OARcorp.com
Prefix: %{_prefix}
BuildPreReq: /sbin/install-info
BuildPreReq: texinfo >= 4.2
BuildPreReq: flex
Version: %{binutils_version}
Source0: ftp://ftp.gnu.org/pub/gnu/binutils/binutils-%{binutils_version}.tar.bz2