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

Bug#719672: gcc-4.7 FTBFS on Alpha due to linker relocation errors



Source: gcc-4.7
Version: 4.7.3-6
Severity: normal
User: debian-alpha@lists.debian.org
Usertags: alpha

gcc-4.7 FTBFS on Alpha due to the infamous linker relaxation problem.  It is
easily worked around by linking with --no-relax.  The same fix that was
applied to gcc-4.8 for Alpha will work here, namely:

ifneq (,$(filter $(DEB_TARGET_ARCH),alpha))
  LDFLAGS += -Wl,--no-relax
endif

added to debian/rules2.

Actually the same fix needs to be applied to all of gcj-4.7, gnat-4.6, 
gcj-4.6 and gcc-4.6.  Do I need to file a bug report for each one?

Cheers
Michael.


Reply to: