Changeset 92166f37 in rtems


Ignore:
Timestamp:
05/18/04 09:42:36 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a14e350a
Parents:
51ca358
Message:

2004-05-18 Ralf Corsepius <ralf_corsepius@…>

  • binutils/Makefile.am: Add sh-rtemscoff. Remove sh-rtemself.
  • binutils/binutils.add: BuildRequires? flex.
  • autotools/automake-rtems.spec.in: Automake 1.8.5.
Location:
scripts
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • scripts/ChangeLog

    r51ca358 r92166f37  
     12004-05-18      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * binutils/Makefile.am: Add sh-rtemscoff.
     4        Remove sh-rtemself.
     5        * binutils/binutils.add: BuildRequires flex.
     6        * autotools/automake-rtems.spec.in: Automake 1.8.5.
     7
    182004-04-29      Ralf Corsepius <ralf_corsepius@rtems.org>
    29
  • scripts/autotools/automake-rtems.spec.in

    r51ca358 r92166f37  
    33#
    44
    5 %define rpmvers 1.8.4
    6 %define srcvers 1.8.4
     5%define rpmvers 1.8.5
     6%define srcvers 1.8.5
    77%define amvers  1.8
    88
  • scripts/binutils/Makefile.am

    r51ca358 r92166f37  
    5555RPM_SPECS_DATA += sh-rtems@osversion@-$(BINUTILSVERS).spec
    5656
    57 sh-rtemself@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
    58         $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself@osversion@ > $@
    59 RPM_SPECS_DATA += sh-rtemself@osversion@-$(BINUTILSVERS).spec
     57sh-rtemscoff@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
     58        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemscoff@osversion@ > $@
     59RPM_SPECS_DATA += sh-rtemscoff@osversion@-$(BINUTILSVERS).spec
    6060
    6161sparc-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
  • scripts/binutils/binutils.add

    r51ca358 r92166f37  
    1414BuildPreReq:    /sbin/install-info
    1515BuildPreReq:    texinfo >= 4.2
     16BuildPreReq:    flex
    1617
    1718Version:        %{binutils_version}
Note: See TracChangeset for help on using the changeset viewer.