forked from Imagelibrary/rtems
* binutils/base-binutils.add: Add osversion support.
* binutils/binutils.add: Add osversion support.
%setup -n %{name}-%{version}.
Don't remove c++filt.
* binutils/target-binutils.add: Add osversion support.
Pickup c++filt.
* gcc3newlib/base-g77.add: Add osversion support.
* gcc3newlib/base-gcc.add: Add osversion support.
* gcc3newlib/base-gcj.add: Add osversion support.
* gcc3newlib/base-gnat.add: Add osversion support.
* gcc3newlib/gccnewlib.add: Add osversion support.
Remove c++filt,
%setup -n -n %{name}-%{version}.
* gcc3newlib/target-c++.add: Add osversion support.
Don't pickup c++filt.
* gcc3newlib/target-g77.add: Add osversion support.
* gcc3newlib/target-gcc.add: Add osversion support.
* gcc3newlib/target-gcj.add: Add osversion support.
* gcc3newlib/target-gnat.add: Add osversion support.
* gccnewlib/gccnewlib.add: %setup -n %{name}-%{version}.
* gdb/base-gdb.add: Add osversion support, rpmgroup, rpmprefix,
gdb_version, gdb_target.
* gdb/target-gdb.add: Ditto.
* gdb/gdb.add: Ditto.
%setup -n -n %{name}-%{version}.
2003-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* binutils/Makefile.am: Fix osversion support for sh-rtemself.
* gcc3newlib/Makefile.am: Fix osversion support for sh-rtemself.
2003-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add --enable-osversions (OS-versioned RPMS support).
* binutils/Makefile.am: Add osversion support.
* binutils/mkspec.in: Add osversion support.
* gcc3newlib/Makefile.am: Add osversion support.
* gcc3newlib/mkspec.in: Add osversion support.
* gdb/Makefile.am: Add osversion support.
* gdb/mkspec.in: Add osversion support.
Add rpmprefix, rpmgroup.
99 lines
3.6 KiB
Makefile
99 lines
3.6 KiB
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
include $(top_srcdir)/common/common.am
|
|
|
|
MKSPEC = $(SHELL) ./mkspec
|
|
|
|
SUBPACKAGES = header.add
|
|
SUBPACKAGES += $(top_builddir)/common/common.add
|
|
SUBPACKAGES += gdb.add
|
|
SUBPACKAGES += $(top_builddir)/common/clean.add
|
|
SUBPACKAGES += base-gdb.add target-gdb.add
|
|
|
|
noinst_DATA = gdb.spec.in
|
|
|
|
gdb.spec.in: $(SUBPACKAGES)
|
|
cat $^ > $@
|
|
CLEANFILES = gdb.spec.in
|
|
|
|
MKGDBSPEC_DEPS = mkspec gdb.spec.in \
|
|
$(top_builddir)/setup.cache
|
|
|
|
RPM_SPECS_DATA =
|
|
|
|
arm-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems@osversion@ > $@
|
|
RPM_SPECS_DATA += arm-rtems@osversion@-$(GDBVERS).spec
|
|
|
|
# does not build with 5.2
|
|
# c4x-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
|
# $(MKSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems@osversion@ > $@
|
|
# RPM_SPECS_DATA += c4x-rtems@osversion@-$(GDBVERS).spec
|
|
|
|
h8300-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@
|
|
RPM_SPECS_DATA += h8300-rtems@osversion@-$(GDBVERS).spec
|
|
|
|
# does not build with 5.2
|
|
# hppa1.1-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
|
# $(MKSPEC) -cfg $(top_builddir)/setup.cache hppa1.1-rtems@osversion@ > $@
|
|
# RPM_SPECS_DATA += hppa1.1-rtems@osversion@-$(GDBVERS).spec
|
|
|
|
RPM_SPECS_DATA += i386-rtems@osversion@-$(GDBVERS).spec
|
|
i386-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@
|
|
|
|
# does not build with 5.2
|
|
# i386-RTEMS-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
|
# $(MKSPEC) -cfg $(top_builddir)/setup.cache i386-RTEMS > $@
|
|
# RPM_SPECS_DATA += i386-RTEMS-$(GDBVERS).spec
|
|
|
|
i960-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache i960-rtems@osversion@ > $@
|
|
RPM_SPECS_DATA += i960-rtems@osversion@-$(GDBVERS).spec
|
|
|
|
m68k-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@
|
|
RPM_SPECS_DATA += m68k-rtems@osversion@-$(GDBVERS).spec
|
|
|
|
mips64orion-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems@osversion@ > $@
|
|
RPM_SPECS_DATA += mips64orion-rtems@osversion@-$(GDBVERS).spec
|
|
|
|
mips-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@
|
|
RPM_SPECS_DATA += mips-rtems@osversion@-$(GDBVERS).spec
|
|
|
|
mipstx39-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache mipstx39-rtems@osversion@ > $@
|
|
RPM_SPECS_DATA += mipstx39-rtems@osversion@-$(GDBVERS).spec
|
|
|
|
# does not build with 5.2
|
|
# powerpc-RTEMS-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
|
# $(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-RTEMS > $@
|
|
# RPM_SPECS_DATA += powerpc-RTEMS-$(GDBVERS).spec
|
|
|
|
powerpc-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems@osversion@ > $@
|
|
RPM_SPECS_DATA += powerpc-rtems@osversion@-$(GDBVERS).spec
|
|
|
|
sh-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@
|
|
RPM_SPECS_DATA += sh-rtems@osversion@-$(GDBVERS).spec
|
|
|
|
sh-rtemself@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself@osversion@ > $@
|
|
RPM_SPECS_DATA += sh-rtemself@osversion@-$(GDBVERS).spec
|
|
|
|
sparc-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@
|
|
RPM_SPECS_DATA += sparc-rtems@osversion@-$(GDBVERS).spec
|
|
|
|
CLEANFILES += $(RPM_SPECS_DATA)
|
|
|
|
EXTRA_DIST = $(SUBPACKAGES)
|
|
|
|
include $(top_srcdir)/../automake/local.am
|