source: rtems/scripts/binutils/Makefile.am @ 06f2f75

4.104.114.84.95
Last change on this file since 06f2f75 was 06f2f75, checked in by Joel Sherrill <joel.sherrill@…>, on 10/31/00 at 16:44:11

2000-10-30 Joel Sherrill <joel@…>

  • buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am, gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am: Added mips-rtems, updated to include new patches and gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
  • Property mode set to 100644
File size: 2.7 KB
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7MKBINUTILSSPEC = $(SHELL) $(top_builddir)/mkbinutilspec
8
9SUBPACKAGES = binutils.add \
10  base-binutils.add target-binutils.add
11
12binutils.spec.in: $(SUBPACKAGES)
13        cat $^ > $@
14CLEANFILES += binutils.spec.in
15
16MKBINUTILSSPEC_DEPS = $(top_builddir)/mkbinutilspec binutils.spec.in \
17    $(top_builddir)/setup.cache
18
19arm-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
20        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . arm-rtems
21
22c4x-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
23        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . c4x-rtems
24
25h8300-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
26        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . h8300-rtems
27
28hppa1.1-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
29        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems
30
31i386-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
32        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems
33
34i960-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
35        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems
36
37m68k-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
38        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
39
40m68k-rtemself-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
41        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself
42
43mips64orion-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
44        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
45mips-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
46        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems
47
48powerpc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
49        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
50
51sh-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
52        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems
53
54sh-rtemself-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
55        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself
56
57sparc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
58        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
59
60RPM_SPECS_DATA = \
61    arm-rtems-$(BINUTILSVERS).spec \
62    c4x-rtems-$(BINUTILSVERS).spec \
63    h8300-rtems-$(BINUTILSVERS).spec \
64    hppa1.1-rtems-$(BINUTILSVERS).spec \
65    i386-rtems-$(BINUTILSVERS).spec i960-rtems-$(BINUTILSVERS).spec \
66    m68k-rtems-$(BINUTILSVERS).spec m68k-rtemself-$(BINUTILSVERS).spec \
67    mips-rtems-$(BINUTILSVERS).spec mips64orion-rtems-$(BINUTILSVERS).spec \
68    powerpc-rtems-$(BINUTILSVERS).spec sh-rtems-$(BINUTILSVERS).spec \
69    sh-rtemself-$(BINUTILSVERS).spec sparc-rtems-$(BINUTILSVERS).spec
70CLEANFILES += $(RPM_SPECS_DATA)
71
72EXTRA_DIST = $(SUBPACKAGES)
73
74include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.