Changeset b898358c in rtems


Ignore:
Timestamp:
04/23/05 04:31:52 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0b789b62
Parents:
1eb65053
Message:

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

  • binutils/Makefile.am: Add h8300-rtemscoff. Remove or32-rtems.
  • binutils/binutils.add: Propagate RPM_OPT_FLAGS to configure.
Location:
scripts
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • scripts/ChangeLog

    r1eb65053 rb898358c  
     12005-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * binutils/Makefile.am: Add h8300-rtemscoff.
     4        Remove or32-rtems.
     5        * binutils/binutils.add: Propagate RPM_OPT_FLAGS to configure.
     6
    172005-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
    28
  • scripts/binutils/Makefile.am

    r1eb65053 rb898358c  
    2828RPM_SPECS_DATA += h8300-rtems@osversion@-$(BINUTILSVERS).spec
    2929
     30h8300-rtemscoff@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
     31        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache h8300-rtemscoff@osversion@ > $@
     32RPM_SPECS_DATA += h8300-rtemscoff@osversion@-$(BINUTILSVERS).spec
     33
    3034i386-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
    3135        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@
     
    4347        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips64-rtems@osversion@ > $@
    4448RPM_SPECS_DATA += mips64-rtems@osversion@-$(BINUTILSVERS).spec
    45 
    46 or32-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
    47         $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache or32-rtems@osversion@ > $@
    48 RPM_SPECS_DATA += or32-rtems@osversion@-$(BINUTILSVERS).spec
    4949
    5050powerpc-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
  • scripts/binutils/binutils.add

    r1eb65053 rb898358c  
    4848%build
    4949  cd build
     50  CFLAGS="$RPM_OPT_FLAGS" \
    5051  ../binutils-%{binutils_version}/configure \
    5152    --build=%_build --host=%_host \
Note: See TracChangeset for help on using the changeset viewer.