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

Bug#681762: gcc-4.5 FTBFS on alpha: Failed link; work around is to link with --no-relax



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.


Reply to: