mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
98bc4decde
Signed-off-by: Alexey Neyman <stilor@att.net>
16 lines
495 B
Diff
16 lines
495 B
Diff
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80037
|
|
|
|
---
|
|
libgcc/config/alpha/t-alpha | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
--- 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
|