2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment
	(RH-8.0/rpm-4.1 bogusly expands the macros and chokes.)
	* binutils/binutils.add: Remove %{target} != %{build} comment
        (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.).
	Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os
	and _target_os)
	* gcc3newlib/base-gcc.add: Add gccint*infos.
	* gcc3newlib/base-gcj.add: Add gcj*infos.
	Mark manpages as %doc and pickup the gzipped versions.
This commit is contained in:
Ralf Corsepius
2002-10-29 16:53:14 +00:00
parent 1c883771bb
commit 60ac65d840
5 changed files with 27 additions and 12 deletions

View File

@@ -51,10 +51,9 @@ This is binutils sources with patches for RTEMS.
test -d build || mkdir build
%build
# HACK: This should be %{target} != %{build}, but SuSE's rpm screws it.
%if "%{_target_os}" != "%{_build_os}"
CONFIGURE_ARGS="--build=%{_build} --host=%{_target}"
%endif
#%if "%{_target_os}" != "%{_build_os}"
# CONFIGURE_ARGS="--build=%{_build} --host=%{_target}"
#%endif
cd build
../binutils-@binutils_version@/configure ${CONFIGURE_ARGS} --target=@target_alias@ \