mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-05 20:05:15 +00:00
7 lines
274 B
Plaintext
7 lines
274 B
Plaintext
# 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
|