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
@ -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>
|
2010-10-01 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR target/45858
|
PR target/45858
|
||||||
@ -34,7 +39,6 @@
|
|||||||
* config.host (i[34567]86-*-linux* and friends): Add t-stack and
|
* config.host (i[34567]86-*-linux* and friends): Add t-stack and
|
||||||
i386/t-stack-i386 to tmake_file.
|
i386/t-stack-i386 to tmake_file.
|
||||||
|
|
||||||
>>>>>>> .r164755
|
|
||||||
2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
|
2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
|
||||||
|
|
||||||
* Makefile.in (libgcc-extra-parts): Check for static archives and
|
* Makefile.in (libgcc-extra-parts): Check for static archives and
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# Makefile fragment to support -fsplit-stack for x86.
|
# 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.
|
# Makefile fragment to provide generic support for -fsplit-stack.
|
||||||
# This should be used in config.host for any host which supports
|
# This should be used in config.host for any host which supports
|
||||||
# -fsplit-stack.
|
# -fsplit-stack.
|
||||||
LIB2ADD += $(srcdir)/generic-morestack.c $(srcdir)/generic-morestack-thread.c
|
LIB2ADD_ST += $(srcdir)/generic-morestack.c $(srcdir)/generic-morestack-thread.c
|
||||||
|
Loading…
Reference in New Issue
Block a user