Module Name:    src
Committed By:   skrll
Date:           Sun Aug 16 17:33:14 UTC 2009

Modified Files:
        src/gnu/dist/gcc4/gcc/config/i386: t-netbsd64

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/gnu/dist/gcc4/gcc/config/i386/t-netbsd64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/dist/gcc4/gcc/config/i386/t-netbsd64
diff -u src/gnu/dist/gcc4/gcc/config/i386/t-netbsd64:1.2 src/gnu/dist/gcc4/gcc/config/i386/t-netbsd64:1.3
--- src/gnu/dist/gcc4/gcc/config/i386/t-netbsd64:1.2	Sun Aug 16 13:16:52 2009
+++ src/gnu/dist/gcc4/gcc/config/i386/t-netbsd64	Sun Aug 16 17:33:14 2009
@@ -12,4 +12,4 @@
 # 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

Reply via email to