forked from Imagelibrary/rtems
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:
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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} \
|
||||||
|
|||||||
Reference in New Issue
Block a user