2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* gcc3newlib/Makefile.am: Add tic4x.
	* gcc3newlib/gccnewlib.add: Don't install install-tools for
	gcc >= 3.3.
This commit is contained in:
Ralf Corsepius
2003-10-22 19:57:43 +00:00
parent 471feaffd2
commit 4be8e00149
3 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gcc3newlib/Makefile.am: Add tic4x.
* gcc3newlib/gccnewlib.add: Don't install install-tools for
gcc >= 3.3.
2003-10-22 Joel Sherrill <joel@OARcorp.com> 2003-10-22 Joel Sherrill <joel@OARcorp.com>
* configure.ac, setup.def: Update to binutils 2.14 adn gcc/newlib to * configure.ac, setup.def: Update to binutils 2.14 adn gcc/newlib to

View File

@@ -36,6 +36,10 @@ c4x-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems@osversion@ > $@ $(MKSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems@osversion@ > $@
RPM_SPECS_DATA += c4x-rtems@osversion@-$(GCC3NEWLIBVERS).spec RPM_SPECS_DATA += c4x-rtems@osversion@-$(GCC3NEWLIBVERS).spec
tic4x-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache tic4x-rtems@osversion@ > $@
RPM_SPECS_DATA += tic4x-rtems@osversion@-$(GCC3NEWLIBVERS).spec
h8300-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) h8300-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@ $(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@
RPM_SPECS_DATA += h8300-rtems@osversion@-$(GCC3NEWLIBVERS).spec RPM_SPECS_DATA += h8300-rtems@osversion@-$(GCC3NEWLIBVERS).spec

View File

@@ -266,6 +266,12 @@ This is gcc's and newlib C Library's sources with patches for RTEMS.
# We use the version from binutils # We use the version from binutils
rm -f $RPM_BUILD_ROOT%{_prefix}/bin/%{gcc_target}-c++filt%{_exeext} rm -f $RPM_BUILD_ROOT%{_prefix}/bin/%{gcc_target}-c++filt%{_exeext}
%if "%{gcc_version}" >= "3.3"
# Bug in gcc-3.3.x: Despite we don't need fixincludes, it installs
# the fixinclude-install-tools
rm -rf ${RPM_BUILD_ROOT}%{_prefix}/lib/gcc-lib/%{gcc_target}/%{gcc_version}/install-tools
%endif
%if "%{gcc_version}" < "3.0" %if "%{gcc_version}" < "3.0"
# Bug in gcc-2.95.x: It bogusly tries to share cpp for all targets. # Bug in gcc-2.95.x: It bogusly tries to share cpp for all targets.
# Rename it to target_alias-cpp # Rename it to target_alias-cpp