[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#579780: closed by Matthias Klose <doko@debian.org>(Bug#579780: fixed in gcc-4.4 4.4.4-2)



reopen 579780
thanks

We are getting there. The disable-multilib block

|ifneq (,$(filter $(DEB_TARGET_GNU_TYPE), powerpc-linux-gnu powerpc-linux-gnuspe))
|    ifeq ($(biarch64),yes)
|      CONFARGS += --disable-softfloat --enable-secureplt \
|        --enable-targets=powerpc-linux,powerpc64-linux --with-cpu=default32
|    else
|      CONFARGS += --disable-multilib
|    endif
|endif

is twice in the rules2 file. Unfortunately only one of them has
powerpc-linux-gnuspe. So we fail again.
The patches file has a .NOTPARALLEL section twice while rules2 has none.
Is this on purpose?

Sebastian



Reply to: