From be1767b73e150980697a1d88fea543ebe2de7f17 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 8 Aug 2007 18:05:51 +0200 Subject: [PATCH] t-crtstuff (CRTSTUFF_T_CFLAGS): Use +=. 2007-08-08 Paolo Bonzini * config/i386/t-crtstuff (CRTSTUFF_T_CFLAGS): Use +=. From-SVN: r127301 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/t-crtstuff | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6268b2d62f9..356f9049faa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-08-08 Paolo Bonzini + + * config/i386/t-crtstuff (CRTSTUFF_T_CFLAGS): Use +=. + 2007-08-08 Richard Sandiford Sandra Loosemore Chao-ying Fu diff --git a/gcc/config/i386/t-crtstuff b/gcc/config/i386/t-crtstuff index 8fe58751640..c14dd9411ae 100644 --- a/gcc/config/i386/t-crtstuff +++ b/gcc/config/i386/t-crtstuff @@ -4,4 +4,4 @@ # section. -fno-asynchronous-unwind-tables is off by default for i386 # and is on by default for x86-64. We turn it off for both i386 and # x86-64. -CRTSTUFF_T_CFLAGS = -fno-omit-frame-pointer -fno-asynchronous-unwind-tables +CRTSTUFF_T_CFLAGS += -fno-omit-frame-pointer -fno-asynchronous-unwind-tables