~ubuntu-branches/debian/sid/gcc-4.4/sid

« back to all changes in this revision

Viewing changes to debian/patches/gcc-no-add-needed.diff

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-02-16 21:05:04 UTC
  • Revision ID: james.westby@ubuntu.com-20110216210504-87vn6et6t5nfx204
Tags: 4.4.5-12
Fix build failure on ia64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    linked against -lgcc_s.  */
38
38
 #undef LINK_EH_SPEC
39
39
-#define LINK_EH_SPEC ""
40
 
+#define LINK_EH_SPEC "--no-add-needed"
 
40
+#define LINK_EH_SPEC "--no-add-needed "
41
41
 
42
42
 #define MD_UNWIND_SUPPORT "config/ia64/linux-unwind.h"
43
43