aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
2008-04-29re PR libstdc++/35887 (stl parallel includes installed for --disable-libgomp)Benjamin Kosnik1-13/+6
2008-04-25re PR libstdc++/35887 (stl parallel includes installed for --disable-libgomp)Benjamin Kosnik1-8/+13
2008-04-24re PR libstdc++/35887 (stl parallel includes installed for --disable-libgomp)Benjamin Kosnik1-13/+16
2008-04-24acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Check for set of all used __sy...Benjamin Kosnik1-24/+67
2008-04-21libgomp/Ralf Wildenhues1-196/+67
2008-04-14re PR libstdc++/35816 (libstdc++ build during bootstrap is optimizing away at...Benjamin Kosnik1-2/+2
2008-04-10[multiple changes]Benjamin Kosnik1-0/+40
2008-03-28acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Set glibcxx_ld_is_gold.Ian Lance Taylor1-4/+20
2008-02-25acinclude.m4: Also check for EIDRM and ETXTBSY.Jan Beulich1-0/+20
2008-02-14error_constants.h (posix_errno): Guard not_supported use of ENOTSUP.Benjamin Kosnik1-0/+10
2008-01-18[multiple changes]Benjamin Kosnik1-3/+1
2007-11-09re PR libstdc++/34032 (-std=c++0x causes undeclared symbols errors on cygwin)Paolo Carlini1-2/+12
2007-10-11acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add EOVERFLOW for Tru64.Roger Sayle1-0/+10
2007-10-03no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function.Richard Sandiford1-79/+118
2007-10-03revert: no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function.Kazu Hirata1-103/+79
2007-10-02no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function.Richard Sandiford1-79/+103
2007-09-18configure.host: Set atomic_flags on i486.Benjamin Kosnik1-1/+13
2007-09-11Add parallel mode.Johannes Singler1-1/+18
2007-09-09acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add ECANCELED for cygwin.Roger Sayle1-0/+10
2007-09-05acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add EBADMSG for darwin.Roger Sayle1-0/+10
2007-08-29acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add ENODATA, ENOSR, ENOSTR, ETIME ...Benjamin Kosnik1-0/+40
2007-08-24acinclude.m4: Fix duplicate variable names.Benjamin Kosnik1-4/+4
2007-08-24acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add ENOLINK, EPROTO for netbsd.Benjamin Kosnik1-0/+20
2007-08-23system_error: New file.Benjamin Kosnik1-0/+36
2007-06-28re PR libstdc++/32509 (unable to explicitely configure with a given locale mo...Paolo Carlini1-18/+20
2007-05-28re PR libstdc++/31717 (libstdc++-v3 - Make fails with: ./c++locale.h:69: erro...Benjamin Kosnik1-53/+83
2007-05-21re PR libstdc++/31621 (libstdc++ uses -xc++ which can cause exceptions to sho...Paolo Carlini1-3/+1
2007-05-17acinclude.m4 (GLIBCXX_CHECK_COMPILER_FEATURES): Add -g to compile flags, move...Benjamin Kosnik1-2/+2
2007-05-16acinclude.m4 (GLIBCXX_CHECK_COMPILER_FEATURES): Add a function to the test co...Benjamin Kosnik1-1/+1
2007-03-26complex.h: Without __GXX_EXPERIMENTAL_CXX0X__ include_next complex.h.Benjamin Kosnik1-0/+1
2007-03-04acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global.Benjamin Kosnik1-2/+13
2007-02-27acinclude.m4: Adjust regular expression for ld version extraction.Richard Guenther1-1/+1
2007-01-29enc_filebuf.h: Resurrect, update.Benjamin Kosnik1-58/+0
2006-12-12re PR libstdc++/26497 (libstdc++-v3: configure: test: -lt: unary operator exp...Benjamin Kosnik1-8/+10
2006-12-11re PR libstdc++/28125 (Cannot build cross compiler for Solaris: configure: er...Benjamin Kosnik1-5/+16
2006-12-02acinclude.m4: Allow OPTIMIZE_CXXFLAGS to be set by configure.host.Howard Hinnant1-1/+1
2006-09-29acinclude.m4 (enable_symvers): Default to no if unable to link.Joseph Myers1-1/+1
2006-08-31PR libstdc++/28671 continuedBenjamin Kosnik1-1/+1
2006-08-29acinclude.m4 (glibcxx_PCHFLAGS): Set to stdtr1c++.h.Benjamin Kosnik1-1/+1
2006-07-21re PR libgcj/28426 (libgcj header files installed in wrong location in cross ...David Daney1-0/+1
2006-07-20PR libstdc++/19664 round 1Benjamin Kosnik1-0/+32
2006-07-14acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): New.Benjamin Kosnik1-0/+63
2006-06-21acinclude.m4 (GLIBCXX_EXPORT_INSTALL_INFO): When cross-compiling, put headers...Mark Mitchell1-1/+8
2006-06-09acinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): New, check for the availability of...Paolo Carlini1-0/+26
2006-05-01acinclude.m4 (GLIBCXX_ENABLE_WCHAR_T): Always check the presence of wctype.h,...Paolo Carlini1-1/+4
2006-04-16PR libstdc++/6702 (again)Paolo Carlini1-74/+94
2006-03-10cmath: Add atan2 and pow bits; add using declarations.Paolo Carlini1-1/+3
2006-02-26cmath: Add templates (8.16.3).Paolo Carlini1-0/+3
2006-02-16re PR target/20353 (uclibc does not provide C99 math functions)Joseph Myers1-0/+9
2006-02-07cmath: New.Paolo Carlini1-0/+118