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 -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100529175247.ga26...@chamillionaire.breakpoint.cc