t-crtstuff (CRTSTUFF_T_CFLAGS): Use +=.
2007-08-08 Paolo Bonzini <paolo.bonzini@lu.unisi.ch> * config/i386/t-crtstuff (CRTSTUFF_T_CFLAGS): Use +=. From-SVN: r127301
This commit is contained in:
parent
c93c5160b3
commit
be1767b73e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-08-08 Paolo Bonzini <paolo.bonzini@lu.unisi.ch>
|
||||
|
||||
* config/i386/t-crtstuff (CRTSTUFF_T_CFLAGS): Use +=.
|
||||
|
||||
2007-08-08 Richard Sandiford <richard@codesourcery.com>
|
||||
Sandra Loosemore <sandra@codesourcery.com>
|
||||
Chao-ying Fu <fu@mips.com>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue