Use += in previous so the flags from config/t-netbsd aren't lost.

This commit is contained in:
skrll 2009-08-16 17:33:14 +00:00
parent f6f3b4be8a
commit 9f68db4a1a
1 changed files with 1 additions and 1 deletions

View File

@ -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