From 9f68db4a1a83ba58a926de9a0b36f774eebc71fc Mon Sep 17 00:00:00 2001 From: skrll Date: Sun, 16 Aug 2009 17:33:14 +0000 Subject: [PATCH] Use += in previous so the flags from config/t-netbsd aren't lost. --- gnu/dist/gcc4/gcc/config/i386/t-netbsd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/dist/gcc4/gcc/config/i386/t-netbsd64 b/gnu/dist/gcc4/gcc/config/i386/t-netbsd64 index c39cee079fa8..083d23657ee5 100644 --- a/gnu/dist/gcc4/gcc/config/i386/t-netbsd64 +++ b/gnu/dist/gcc4/gcc/config/i386/t-netbsd64 @@ -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