forked from Imagelibrary/rtems
2003-04-18 Joel Sherrill <joel@OARcorp.com>
* ChangeLog, gcc3newlib/gccnewlib.add, gdb/Makefile.am: Merged from head.
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
2003-04-18 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* ChangeLog, gcc3newlib/gccnewlib.add, gdb/Makefile.am: Merged from
|
||||||
|
head.
|
||||||
|
|
||||||
|
2003-04-18 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* setup.def: Update to gcc3.2.2newlib1.11.0-2.
|
||||||
|
* gcc3newlib/gccnewlib.add: We used .bz2 files.
|
||||||
|
|
||||||
2003-02-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-02-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* gcc3newlib/gccnewlib.add: Add %gcc_version, %newlib_version.
|
* gcc3newlib/gccnewlib.add: Add %gcc_version, %newlib_version.
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ Packager: corsepiu@faw.uni-ulm.de and joel@OARcorp.com
|
|||||||
|
|
||||||
Version: gcc%{gcc_version}newlib%{newlib_version}
|
Version: gcc%{gcc_version}newlib%{newlib_version}
|
||||||
# gcc 3.x and gcc 2.9
|
# gcc 3.x and gcc 2.9
|
||||||
Source0: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-%{gcc_version}.tar.gz
|
# Source0: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-@gcc_version@.tar.gz
|
||||||
# Source0: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-%{gcc_version}.tar.bz2
|
Source0: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-@gcc_version@.tar.bz2
|
||||||
# gcc 2.95.x
|
# gcc 2.95.x
|
||||||
# Source0: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-%{gcc_version}.tar.bz2
|
# Source0: ftp://ftp.gnu.org/pub/gnu/gcc/gcc-%{gcc_version}.tar.bz2
|
||||||
Source1: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
|
Source1: ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_version}.tar.gz
|
||||||
@@ -112,7 +112,8 @@ BuildPreReq: zlib-devel
|
|||||||
%if %build_gnat
|
%if %build_gnat
|
||||||
# Building gnat requires gnat
|
# Building gnat requires gnat
|
||||||
%if "%_vendor" == "redhat"
|
%if "%_vendor" == "redhat"
|
||||||
BuildPreReq: gcc-gnat
|
# This really isn't available until RedHat 8.0. How to conditionalize this?
|
||||||
|
# BuildPreReq: gcc-gnat
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|||||||
@@ -19,63 +19,75 @@ CLEANFILES = gdb.spec.in
|
|||||||
MKGDBSPEC_DEPS = mkspec gdb.spec.in \
|
MKGDBSPEC_DEPS = mkspec gdb.spec.in \
|
||||||
$(top_builddir)/setup.cache
|
$(top_builddir)/setup.cache
|
||||||
|
|
||||||
|
RPM_SPECS_DATA =
|
||||||
|
|
||||||
arm-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
arm-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems > $@
|
||||||
|
RPM_SPECS_DATA += arm-rtems-$(GDBVERS).spec
|
||||||
|
|
||||||
c4x-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
# does not build with 5.2
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems > $@
|
# c4x-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
|
# $(MKSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems > $@
|
||||||
|
# RPM_SPECS_DATA += c4x-rtems-$(GDBVERS).spec
|
||||||
|
|
||||||
h8300-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
h8300-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems > $@
|
||||||
|
RPM_SPECS_DATA += h8300-rtems-$(GDBVERS).spec
|
||||||
|
|
||||||
hppa1.1-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
# does not build with 5.2
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache hppa1.1-rtems > $@
|
# hppa1.1-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
|
# $(MKSPEC) -cfg $(top_builddir)/setup.cache hppa1.1-rtems > $@
|
||||||
|
# RPM_SPECS_DATA += hppa1.1-rtems-$(GDBVERS).spec
|
||||||
|
|
||||||
|
RPM_SPECS_DATA += i386-rtems-$(GDBVERS).spec
|
||||||
i386-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
i386-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems > $@
|
||||||
|
|
||||||
i386-RTEMS-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
# does not build with 5.2
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache i386-RTEMS > $@
|
# i386-RTEMS-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
|
# $(MKSPEC) -cfg $(top_builddir)/setup.cache i386-RTEMS > $@
|
||||||
|
# RPM_SPECS_DATA += i386-RTEMS-$(GDBVERS).spec
|
||||||
|
|
||||||
i960-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
i960-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache i960-rtems > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache i960-rtems > $@
|
||||||
|
RPM_SPECS_DATA += i960-rtems-$(GDBVERS).spec
|
||||||
|
|
||||||
m68k-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
m68k-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems > $@
|
||||||
|
RPM_SPECS_DATA += m68k-rtems-$(GDBVERS).spec
|
||||||
|
|
||||||
mips64orion-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
mips64orion-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems > $@
|
||||||
|
RPM_SPECS_DATA += mips64orion-rtems-$(GDBVERS).spec
|
||||||
|
|
||||||
mips-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
mips-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems > $@
|
||||||
|
RPM_SPECS_DATA += mips-rtems-$(GDBVERS).spec
|
||||||
|
|
||||||
mipstx39-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
mipstx39-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache mipstx39-rtems > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache mipstx39-rtems > $@
|
||||||
|
RPM_SPECS_DATA += mipstx39-rtems-$(GDBVERS).spec
|
||||||
|
|
||||||
powerpc-RTEMS-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
# does not build with 5.2
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-RTEMS > $@
|
# powerpc-RTEMS-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
|
# $(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-RTEMS > $@
|
||||||
|
# RPM_SPECS_DATA += powerpc-RTEMS-$(GDBVERS).spec
|
||||||
|
|
||||||
powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems > $@
|
||||||
|
RPM_SPECS_DATA += powerpc-rtems-$(GDBVERS).spec
|
||||||
|
|
||||||
sh-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
sh-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems > $@
|
||||||
|
RPM_SPECS_DATA += sh-rtems-$(GDBVERS).spec
|
||||||
|
|
||||||
sh-rtemself-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
sh-rtemself-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself > $@
|
||||||
|
RPM_SPECS_DATA += sh-rtemself-$(GDBVERS).spec
|
||||||
|
|
||||||
sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
||||||
$(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems > $@
|
$(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems > $@
|
||||||
|
RPM_SPECS_DATA += sparc-rtems-$(GDBVERS).spec
|
||||||
RPM_SPECS_DATA = \
|
|
||||||
arm-rtems-$(GDBVERS).spec c4x-rtems-$(GDBVERS).spec \
|
|
||||||
h8300-rtems-$(GDBVERS).spec hppa1.1-rtems-$(GDBVERS).spec \
|
|
||||||
i386-rtems-$(GDBVERS).spec i960-rtems-$(GDBVERS).spec \
|
|
||||||
m68k-rtems-$(GDBVERS).spec mips-rtems-$(GDBVERS).spec \
|
|
||||||
mipstx39-rtems-$(GDBVERS).spec mips64orion-rtems-$(GDBVERS).spec \
|
|
||||||
powerpc-rtems-$(GDBVERS).spec sh-rtems-$(GDBVERS).spec \
|
|
||||||
sh-rtemself-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec \
|
|
||||||
i386-RTEMS-$(GDBVERS).spec powerpc-RTEMS-$(GDBVERS).spec
|
|
||||||
|
|
||||||
CLEANFILES += $(RPM_SPECS_DATA)
|
CLEANFILES += $(RPM_SPECS_DATA)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user