Use += in previous so the flags from config/t-netbsd aren't lost.
This commit is contained in:
parent
f6f3b4be8a
commit
9f68db4a1a
|
@ -12,4 +12,4 @@ INSTALL_LIBGCC = install-multilib
|
|||
# crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables,
|
||||
# because then __FRAME_END__ might not be the last thing in .eh_frame
|
||||
# section.
|
||||
CRTSTUFF_T_CFLAGS = -fno-omit-frame-pointer -fno-asynchronous-unwind-tables
|
||||
CRTSTUFF_T_CFLAGS += -fno-omit-frame-pointer -fno-asynchronous-unwind-tables
|
||||
|
|
Loading…
Reference in New Issue