2005-04-22 Ralf Corsepius <ralf.corsepius@rtems.org>

* binutils/Makefile.am: Add h8300-rtemscoff.
	Remove or32-rtems.
	* binutils/binutils.add: Propagate RPM_OPT_FLAGS to configure.
This commit is contained in:
Ralf Corsepius
2005-04-23 04:31:52 +00:00
parent 1eb65053ab
commit b898358c37
3 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
2005-04-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* binutils/Makefile.am: Add h8300-rtemscoff.
Remove or32-rtems.
* binutils/binutils.add: Propagate RPM_OPT_FLAGS to configure.
2005-04-22 Ralf Corsepius <ralf.corsepius@rtems.org> 2005-04-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* gccnewlib/base-gfortran.add, gccnewlib/target-gfortran.add: New. * gccnewlib/base-gfortran.add, gccnewlib/target-gfortran.add: New.

View File

@@ -27,6 +27,10 @@ h8300-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@ $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@
RPM_SPECS_DATA += h8300-rtems@osversion@-$(BINUTILSVERS).spec RPM_SPECS_DATA += h8300-rtems@osversion@-$(BINUTILSVERS).spec
h8300-rtemscoff@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache h8300-rtemscoff@osversion@ > $@
RPM_SPECS_DATA += h8300-rtemscoff@osversion@-$(BINUTILSVERS).spec
i386-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) i386-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@ $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@
RPM_SPECS_DATA += i386-rtems@osversion@-$(BINUTILSVERS).spec RPM_SPECS_DATA += i386-rtems@osversion@-$(BINUTILSVERS).spec
@@ -43,10 +47,6 @@ mips64-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips64-rtems@osversion@ > $@ $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips64-rtems@osversion@ > $@
RPM_SPECS_DATA += mips64-rtems@osversion@-$(BINUTILSVERS).spec RPM_SPECS_DATA += mips64-rtems@osversion@-$(BINUTILSVERS).spec
or32-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache or32-rtems@osversion@ > $@
RPM_SPECS_DATA += or32-rtems@osversion@-$(BINUTILSVERS).spec
powerpc-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) powerpc-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems@osversion@ > $@ $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems@osversion@ > $@
RPM_SPECS_DATA += powerpc-rtems@osversion@-$(BINUTILSVERS).spec RPM_SPECS_DATA += powerpc-rtems@osversion@-$(BINUTILSVERS).spec

View File

@@ -47,6 +47,7 @@ cd ..
%build %build
cd build cd build
CFLAGS="$RPM_OPT_FLAGS" \
../binutils-%{binutils_version}/configure \ ../binutils-%{binutils_version}/configure \
--build=%_build --host=%_host \ --build=%_build --host=%_host \
--target=%{binutils_target} \ --target=%{binutils_target} \