mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 06:07:49 +00:00
5935d586e1
Signed-off-by: Alexey Neyman <stilor@att.net>
14 lines
517 B
Diff
14 lines
517 B
Diff
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80037
|
|
|
|
diff --git a/libgcc/config/alpha/t-alpha b/libgcc/config/alpha/t-alpha
|
|
index 0b6ffb1..0c2f840 100644
|
|
--- a/libgcc/config/alpha/t-alpha
|
|
+++ b/libgcc/config/alpha/t-alpha
|
|
@@ -1,2 +1,6 @@
|
|
# This is a support routine for longlong.h, used by libgcc2.c.
|
|
LIB2ADD += $(srcdir)/config/alpha/qrnnd.S
|
|
+
|
|
+# When GAS-generated unwind tables are created, they get created
|
|
+# after the __FRAME_END__ terminator, which causes an ld error.
|
|
+CRTSTUFF_T_CFLAGS = -fno-unwind-tables
|