Bug#743342: closed by Matthias Klose <doko@debian.org> (Bug#743342: fixed in gcc-4.8 4.8.2-19)
Control: reopen -1
Control: found -1 4.8.2-19
You inserted a typo when you applied the following patch:
On Sat, Apr 05, 2014 at 01:48:06AM +0000, Debian Bug Tracking System wrote:
> diff -u gcc-4.8-4.8.2/debian/rules2 gcc-4.8-4.8.2/debian/rules2
> --- gcc-4.8-4.8.2/debian/rules2
> +++ gcc-4.8-4.8.2/debian/rules2
> @@ -334,7 +334,7 @@
> endif
> endif
>
> -ifneq (,$(filter $(DEB_TARGET_GNU_TYPE), x86_64-linux-gnu x86_64-kfreebsd-gnu s390x-linux-gnu))
> +ifneq (,$(filter $(DEB_TARGET_GNU_TYPE), x86_64-linux-gnu x86_64-kfreebsd-gnu s390x-linux-gnu sparc64-linux-gnu))
> ifneq ($(biarch32),yes)
> CONFARGS += --disable-multilib
> endif
It now reads (look for capital A at the end):
ifneq (,$(filter $(DEB_TARGET_GNU_TYPE), x86_64-linux-gnu x86_64-linux-gnux32 x86_64-kfreebsd-gnu s390x-linux-gnu sparc64-linux-gnuA))
Helmut
Reply to: