mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 21:35:44 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user