Source: gcc-4.7 Version: 4.7.3-6 Severity: normal User: [email protected] 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 [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

