2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>

* gccnewlib/Makefile.am: Add h8300-rtemscoff*.
	* gccnewlib/gccnewlib.add: Let building gnat require gcc.
	Allow building arm-rtems*-gnat.
This commit is contained in:
Ralf Corsepius
2005-05-10 02:30:04 +00:00
parent 059ad88be2
commit 0ff08b1c37
3 changed files with 12 additions and 5 deletions
+6
View File
@@ -1,3 +1,9 @@
2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* gccnewlib/Makefile.am: Add h8300-rtemscoff*.
* gccnewlib/gccnewlib.add: Let building gnat require gcc.
Allow building arm-rtems*-gnat.
2005-05-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* gccnewlib/gccnewlib.add: Further clean up of tools not supported
+4
View File
@@ -40,6 +40,10 @@ h8300-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@
RPM_SPECS_DATA += h8300-rtems@osversion@-$(GCC3NEWLIBVERS).spec
h8300-rtemscoff@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtemscoff@osversion@ > $@
RPM_SPECS_DATA += h8300-rtemscoff@osversion@-$(GCC3NEWLIBVERS).spec
i386-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@
RPM_SPECS_DATA += i386-rtems@osversion@-$(GCC3NEWLIBVERS).spec
+2 -5
View File
@@ -83,11 +83,6 @@ BuildRequires: %{rpmprefix}%{gcc_target}-binutils
%define build_gnat 0
%endif
%if "%{gcc_target}" == "mips-rtems@osversion@"
# Libffi is missing in GCC-4.0.0
%define build_gcj 0
%endif
%if "%{gcc_target}" == "tic4x-rtems@osversion@"
%define build_cxx 0
%define build_gnat 0
@@ -108,6 +103,8 @@ BuildRequires: zlib-devel
# Building gnat requires gnat
# This really isn't available until RedHat 8.0. How to conditionalize this?
BuildRequires: gcc-gnat
# Urgh, building gnat requires the target c-toolchain
BuildRequires: %{rpmprefix}%{gcc_target}-gcc < %{version}-%{release}
%endif
%if %build_f95
BuildRequires: gmp-devel