public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Patch committed: Merge from gcc top level
@ 2010-12-07 21:21 Ian Lance Taylor
  0 siblings, 0 replies; only message in thread
From: Ian Lance Taylor @ 2010-12-07 21:21 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

I merged this patch from gcc top level to binutils mainline.

Ian


2010-12-02  Ian Lance Taylor  <iant@google.com>

	* configure.ac: Always set default for poststage1_ldflags to
	-static-libstdc++ -static-libgcc.



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: foo.patch --]
[-- Type: text/x-diff, Size: 950 bytes --]

Index: configure.ac
===================================================================
RCS file: /cvs/src/src/configure.ac,v
retrieving revision 1.119
diff -u -r1.119 configure.ac
--- configure.ac	6 Dec 2010 01:55:25 -0000	1.119
+++ configure.ac	7 Dec 2010 21:19:56 -0000
@@ -1561,10 +1561,10 @@
    poststage1_ldflags=$withval
  fi],
 [poststage1_ldflags=
- # With --enable-build-with-cxx, default to linking libstdc++ and
- # libgcc statically.  But if the user explicitly specified the
- # libraries to use, trust that they are doing what they want.
- if test "$ENABLE_BUILD_WITH_CXX" = "yes" -a "$poststage1_libs" = ""; then
+ # In stages 2 and 3, default to linking libstdc++ and libgcc
+ # statically.  But if the user explicitly specified the libraries to
+ # use, trust that they are doing what they want.
+ if test "$poststage1_libs" = ""; then
    poststage1_ldflags="-static-libstdc++ -static-libgcc"
  fi])
 AC_SUBST(poststage1_ldflags)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-07 21:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-07 21:21 Patch committed: Merge from gcc top level Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).