aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
AgeCommit message (Expand)AuthorFilesLines
2010-06-09re PR bootstrap/43170 (gcc 4.5 20100218 bootstrap compare fails on os x 10.6)Iain Sandoe1-9/+9
2010-06-01acinclude.m4, [...]: Support Bionic C library.Maxim Kuvyrkov1-9/+27
2010-05-31basic_string.h (front, back): Add.Paolo Carlini1-1/+1
2010-05-21acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Use GNU locale model for glibc 2.3 and...Joseph Myers1-44/+1
2010-05-04no-dist in non-imported automake dirs.Ralf Wildenhues1-8/+9
2010-04-12config.gcc: Removed *-*-solaris2.7* from list of obsolete configurations.Rainer Orth1-1/+1
2010-04-06acinclude.m4 (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Show test result.Matthias Klose1-2/+4
2010-01-22PR libstdc++/36101, PR libstdc++/42813Joern Rennecke1-3/+3
2010-01-16Fix PR 35942: remove -lstdc++ from libtool postdeps for CXX.Ralf Wildenhues1-6/+9
2010-01-10libstdc++ profile mode bug fixes and minor updatesSilvius Rus1-2/+2
2010-01-05stdint.m4 (GCC_HEADER_STDINT): Don't typedef uint8_t etc.Rainer Orth1-0/+44
2009-12-14Remove code to un-precious-ize CC, CXX in libjava and v3.Ralf Wildenhues1-33/+20
2009-12-13re PR libstdc++/40133 (exception propagation support not enabled in libstdc++...Paolo Carlini1-24/+231
2009-12-05Sync from git Libtool and regenerate.Ralf Wildenhues1-953/+853
2009-11-30configure.ac (USE_CYGWIN_LIBSTDCXX_WRAPPERS): Define to reflect status of AC_...Dave Korn1-1/+1
2009-11-06user.cfg.in: Adjust includes.Benjamin Kosnik1-12/+12
2009-10-26re PR libstdc++/38923 (symbol versioning disabled due to non-portable sed scr...Jakub Jelinek1-12/+12
2009-10-05[multiple changes]Benjamin Kosnik1-1/+35
2009-10-03merge branch profile-stdlibSilvius Rus1-1/+1
2009-09-30sed and head portability fixes in ld version check.Ralf Wildenhues1-24/+24
2009-09-08libtool.m4 (output_verbose_link_cmd): Require leading blank, and blank before...Alexandre Oliva1-6/+6
2009-09-07re PR libstdc++/41280 (Revision 151352 breaks 32bit libstdc++)H.J. Lu1-7/+28
2009-09-02v3: fix config.status instantiation of subdir makefiles.Ralf Wildenhues1-32/+69
2009-08-26re PR libstdc++/41005 ([C++0x] Unable to link fstream open and ctor with std:...Jonathan Wakely1-1/+1
2009-08-22Regenerate tree using Autoconf 2.64 and Automake 1.11.Ralf Wildenhues1-93756/+16573
2009-08-15configure.ac: Move guarded checks for CC and CXX ...Ralf Wildenhues1-322/+322
2009-07-29gnu.ver: Add GLIBCXX_3.4.13, move a symbol into it.Paolo Carlini1-1/+1
2009-07-17re PR other/40784 (Revision 149725 caused autoconf warning in libstdc++)Joseph Myers1-6/+6
2009-07-17tls.m4 (GCC_CHECK_TLS): Also test TLS in a shared library when cross-compiling.Joseph Myers1-0/+261
2009-06-02crossconfig.m4 (GLIBCXX_CROSSCONFIG): Handle AIX targets.Richard Sandiford1-0/+17452
2009-05-28Makefile.in, [...]: New files.Tom Tromey1-2/+3
2009-05-22re PR libstdc++/40094 (FAIL: ext/throw_allocator/deallocate_global.cc executi...Paolo Carlini1-0/+3
2009-05-07configure.ac: Bump libtool_VERSION to 6:12:0.Paolo Carlini1-1/+1
2009-05-06revert: acinclude.m4 ([GLIBCXX_ENABLE_ATOMIC_BUILTINS]): Do link tests when p...Paolo Carlini1-346/+23
2009-05-03acinclude.m4 ([GLIBCXX_ENABLE_ATOMIC_BUILTINS]): Do link tests when possible.Paolo Carlini1-23/+346
2009-03-01backport: Support GNU/kOpenSolaris.Ralf Wildenhues1-7/+7
2009-02-23abi.exp: Add multilib support.Adam Nemet1-1/+1
2009-01-22re PR target/38384 (shared link/execute fails for cross gcc from linux to tar...Benjamin Kosnik1-1/+1
2009-01-20re PR libstdc++/38919 (math_stubs_long_double.cc: error: redefinition of 'lon...Benjamin Kosnik1-8/+17021
2009-01-15re PR libstdc++/32666 (FAIL: abi_check hppa)Benjamin Kosnik1-8839/+28
2009-01-15acinclude.m4 ([GLIBCXX_ENABLE_CLOCK_GETTIME], [...]): Remove.Chris Fairles1-253/+525
2009-01-13re PR target/38384 (shared link/execute fails for cross gcc from linux to tar...Benjamin Kosnik1-22/+701
2009-01-07re PR libstdc++/38092 (libstdc++ doesn't build with GNU ld 2.19 and Sun as: n...Jakub Jelinek1-0/+62
2009-01-05re PR target/38384 (shared link/execute fails for cross gcc from linux to tar...Benjamin Kosnik1-0/+4
2009-01-05configure.ac (GLIBCXX_CHECK_STANDARD_LAYOUT): Remove invocation.Ben Elliston1-1/+0
2009-01-05configure.ac: Exchange the order of GLIBCXX_ENABLE_THREADS and GLIBCXX_ENABLE...Ben Elliston1-30/+30
2008-12-21Index...Andrew Pinski1-1/+7
2008-12-19acinclude.m4: Guard a variable test against an empty string.Ben Elliston1-1/+1
2008-12-18Backport from upstream Libtool:Ralf Wildenhues1-87/+117
2008-12-12cstdatomic: Update to N2798.Benjamin Kosnik1-103/+89