]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
t-stack (LIB2ADD_ST): Set instead of LIB2ADD.
authorIan Lance Taylor <iant@google.com>
Fri, 1 Oct 2010 19:31:49 +0000 (19:31 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 1 Oct 2010 19:31:49 +0000 (19:31 +0000)
* config/t-stack(LIB2ADD_ST): Set instead of LIB2ADD.
* config/i386/t-stack-i386 (LIB2ADD_ST): Likewise.

From-SVN: r164893

libgcc/ChangeLog
libgcc/config/i386/t-stack-i386
libgcc/config/t-stack

index f3b4793827e7fb0cf9ed230aeac683b50f4fd0ff..4a4003797a24ea1cea59cfe396ea4d523cffdd0b 100644 (file)
@@ -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
index 6391cd2d46ad13baa7de112c11d43861c7685ceb..9965f9402cce69f8db53b776942176c76b9ef64f 100644 (file)
@@ -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
index 9ac223d8497724af016430d32e0d5766b8ab6a80..cc0366b4cd811d7e9816769cb3796926e2277475 100644 (file)
@@ -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