Source: gcc-4.7
Version: 4.7.3-6
Severity: normal
User: debian-al...@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.


-- 
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/20130814075026.GB8191@omega

Reply via email to