t-stack (LIB2ADD_ST): Set instead of LIB2ADD.
* config/t-stack(LIB2ADD_ST): Set instead of LIB2ADD. * config/i386/t-stack-i386 (LIB2ADD_ST): Likewise. From-SVN: r164893
This commit is contained in:
parent
bf718682e1
commit
cdb388c24a
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-10-01 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* config/t-stack(LIB2ADD_ST): Set instead of LIB2ADD.
|
||||
* config/i386/t-stack-i386 (LIB2ADD_ST): Likewise.
|
||||
|
||||
2010-10-01 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR target/45858
|
||||
|
@ -34,7 +39,6 @@
|
|||
* config.host (i[34567]86-*-linux* and friends): Add t-stack and
|
||||
i386/t-stack-i386 to tmake_file.
|
||||
|
||||
>>>>>>> .r164755
|
||||
2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
|
||||
|
||||
* Makefile.in (libgcc-extra-parts): Check for static archives and
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# Makefile fragment to support -fsplit-stack for x86.
|
||||
LIB2ADD += $(srcdir)/config/i386/morestack.S
|
||||
LIB2ADD_ST += $(srcdir)/config/i386/morestack.S
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Makefile fragment to provide generic support for -fsplit-stack.
|
||||
# This should be used in config.host for any host which supports
|
||||
# -fsplit-stack.
|
||||
LIB2ADD += $(srcdir)/generic-morestack.c $(srcdir)/generic-morestack-thread.c
|
||||
LIB2ADD_ST += $(srcdir)/generic-morestack.c $(srcdir)/generic-morestack-thread.c
|
||||
|
|
Loading…
Add table
Reference in a new issue