On 16/07/12 21:27, Michael Cree wrote: > gcc-4.5 FTBFS on alpha with GPREL16 relocation truncation errors in the > link of cc1-dummy during stage 1 compilation. Full build log is at:
Ha, ha, I see I added the patch tag to the bug report but no patch :-/ Adding the following in debian/rules2 enables gcc-4.5 to build on Alpha: ifneq (,$(filter $(DEB_TARGET_ARCH), alpha)) LDFLAGS = -Wl,--no-relax endif Cheers Michael. -- 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/500915c9.2010...@orcon.net.nz