summaryrefslogtreecommitdiff
path: root/libstdc++-v3/crossconfig.m4
AgeCommit message (Expand)Author
2020-01-23reject macros in math decl checkAlexandre Oliva
2019-12-25Define HAVE_ for math long double functions declared in vxworks headersAlexandre Oliva
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand
2019-03-11PR libstdc++/89460 Fix Networking TS test failures on HP-UXJonathan Wakely
2019-02-14Add std::timespec and std::timespec_get for C++17Jonathan Wakely
2018-10-16Define _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIBCXX_USE_RANDOM_TR1Jonathan Wakely
2018-06-18crossconfig.m4: Handle OpenBSD just like NetBSD.Maya Rashish
2018-05-24PR target/85904 check for aligned_alloc on netbsd cross-compilationMaya Rashish
2018-05-21Add support for opening file streams from wide character stringsJonathan Wakely
2018-03-12PR libstdc++/84773 use aligned alloc functions for FreeBSD and MinGW cross-co...Jonathan Wakely
2017-06-01Fix cross compilation to SolarisRainer Orth
2017-01-17crossconfig.m4: Add fuchsia OS.Joshua Conner
2017-01-06Check for __cxa_thread_atexit for freebsd crossesJonathan Wakely
2016-12-06Enable libstdc++ compilation on AVR targetsFelipe Magno de Almeida
2016-12-01crossconfig.m4 (*-linux*): Add link-check for memalign.Bernd Edlinger
2016-06-21remove knetbsd supportTrevor Saunders
2015-10-11Test for __cxa_thread_atexit_impl when cross-compiling libstdc++ for GNU targ...Joseph Myers
2014-04-22Remove obsolete Solaris 9 supportRainer Orth
2014-03-20crossconfig.m4: Support spu-*-elf* targets.Ulrich Weigand
2013-03-27crossconfig.m4: Add support for cygwin x64 target.Kai Tietz
2012-05-02crossconfig.m4: Since we know that all TPF builds are cross- builds and canno...DJ Delorie
2012-04-02crossconfig.m4 (*-*-*vms*): Add.Tristan Gingold
2012-03-14Remove obsolete Solaris 8 supportRainer Orth
2011-07-18re PR debug/23205 ([C++/unit-at-a-time] stabs debug info omitted for global c...Rainer Orth
2011-02-04crossconfig.m4 (GLIBCXX_CROSSCONFIG): Add *-rtems*.Ralf Corsepius
2010-04-12config.gcc: Removed *-*-solaris2.7* from list of obsolete configurations.Rainer Orth
2009-06-02crossconfig.m4 (GLIBCXX_CROSSCONFIG): Handle AIX targets.Richard Sandiford
2009-01-20re PR libstdc++/38919 (math_stubs_long_double.cc: error: redefinition of 'lon...Benjamin Kosnik
2009-01-15re PR libstdc++/32666 (FAIL: abi_check hppa)Benjamin Kosnik
2009-01-13re PR target/38384 (shared link/execute fails for cross gcc from linux to tar...Benjamin Kosnik
2009-01-05re PR target/38384 (shared link/execute fails for cross gcc from linux to tar...Benjamin Kosnik
2008-08-25acinclude.m4 ([GLIBCXX_CHECK_GETTIMEOFDAY]): Change to use GCC_TRY_COMPILE_OR...Paolo Carlini
2008-08-17acinclude.m4 ([AC_LC_MESSAGES]): Use AC_TRY_COMPILE instead of AC_TRY_LINK.Paolo Carlini
2008-08-17acinclude.m4 ([GLIBCXX_CHECK_LFS], [...]): Use GCC_TRY_COMPILE_OR_LINK instea...Paolo Carlini
2008-08-12configure.ac: Run unconditionally GLIBCXX_CHECK_INT64_T and GLIBCXX_CHECK_C99...Paolo Carlini
2008-06-07MAINTAINERS (mt port): Remove.Joseph Myers
2008-06-06configure.ac: Do not check for gconv.h.Joseph Myers
2008-03-04crossconfig.m4 (*-mingw32*): Define HAVE_STRTOF and HAVE_STRTOLD.Joseph Myers
2008-01-15crossconfig.m4: Add missing header checks, C99 TR1 check, and sigsetjmp check.Seongbae Park
2007-09-14configure.ac (mips*-sde-elf*): New stanza.Richard Sandiford
2007-03-03crossconfig.m4 (djgpp): Correct builtin defines to HAVE___, instead of HAVE____.Benjamin Kosnik
2007-02-26crossconfig.m4 (djgpp): Pre-detect djgpp-specific results, to avoid needing t...DJ Delorie
2007-01-29enc_filebuf.h: Resurrect, update.Benjamin Kosnik
2007-01-06re PR libstdc++/30365 (No possibility to disable large file support (LFS))Paolo Carlini
2006-12-12re PR libstdc++/28265 (iconv-related errors while building a cross-compiler f...Benjamin Kosnik
2006-12-12re PR libstdc++/26497 (libstdc++-v3: configure: test: -lt: unary operator exp...Benjamin Kosnik
2006-09-21crossconfig.m4 (GLIBCXX_CROSSCONFIG): Remove invocations of GLIBCXX_CHECK_COM...Ben Elliston
2006-02-16re PR target/20353 (uclibc does not provide C99 math functions)Joseph Myers
2006-01-12crossconfig.m4: Add AC_DEFINE-s for HAVE_HYPOT, HAVE_ISINF, and HAVE_ISNAN fo...Jan Beulich
2005-04-06Makefile.am (ACLOCAL_AMFLAGS): Define.Kelley Cook