| Commit message (Expand) | Author | Age | Files | Lines |
* | install gcc, g++ as gcc and g++ instead of cc, c++ and create links |  robert | 2017-07-24 | 1 | -1/+8 |
* | gcc4 on m88k still uses sjlj exceptions, as did arm before EABI. |  miod | 2017-02-15 | 1 | -8/+4 |
* | Fix ownership for install on a noperm filesystem. |  natano | 2016-10-03 | 1 | -1/+2 |
* | Switch OpenBSD/armv7 to ARM EABI (soft-float). This is a complete ABI |  patrick | 2016-09-01 | 1 | -4/+1 |
* | Cleanup duplicate filenames in SRCS |  deraadt | 2016-03-28 | 1 | -11/+2 |
* | Disable the stack protector when building libstdc++ on arm. Fixes test |  jsg | 2016-02-18 | 1 | -1/+4 |
* | Stop including CFLAGS in CXXFLAGS it creates problems when mixing |  jsg | 2015-05-14 | 2 | -9/+11 |
* | Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval. |  guenther | 2013-10-24 | 1 | -1/+1 |
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 2013-08-13 | 1 | -1/+1 |
* | exists() calls in make are expensive so switch to test(1) and use the shell |  robert | 2013-06-21 | 1 | -5/+4 |
* | martynas added support for the 'long double' math functions to libm at |  matthew | 2012-07-17 | 2 | -20/+20 |
* | Gratuitous major crank for upcoming alpha switch to gcc 4, in order to have |  miod | 2011-11-25 | 1 | -1/+1 |
* | Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc4) and bump major. |  stsp | 2011-10-16 | 2 | -5/+5 |
* | Finalize work on the math library. It's time to do this monster |  martynas | 2011-07-06 | 1 | -1/+1 |
* | Bring back wprintf() for gcc4 libstdc++. |  stsp | 2011-04-28 | 1 | -1/+1 |
* | Back out wprintf diff and crank. Need to check more architectures first. |  stsp | 2011-04-24 | 1 | -1/+1 |
* | Expose wprintf and friends in the std:: namespace. Major bump for libstdc++. |  stsp | 2011-04-24 | 1 | -1/+1 |
* | the cp-demangler is part of libsupc++ as well |  espie | 2010-05-16 | 1 | -2/+2 |
* | install unwind.h, like for gcc3. |  espie | 2010-05-16 | 1 | -7/+1 |
* | Move libsupc++ sources and other common stuff to Makefile.common |  robert | 2010-05-15 | 2 | -24/+37 |
* | This file won't be needed, espie pointed out how stupid I was. |  robert | 2010-05-09 | 1 | -3/+0 |
* | fix obvious typo, unbreak build on i386 |  espie | 2010-05-09 | 1 | -2/+2 |
* | Only #define _GLIBCXX_ATOMIC_BUILTINS on architectures where we use GCC's |  kettenis | 2010-05-09 | 1 | -2/+4 |
* | add i386 to the atomicity via builtins list as well |  jsg | 2010-05-08 | 1 | -2/+3 |
* | Use "builtins" for atomicity on sparc64 as well. |  kettenis | 2010-05-08 | 1 | -2/+2 |
* | Install libsupc++ header files as well. |  kettenis | 2010-05-08 | 1 | -2/+6 |
* | Add infrastructure to build libstdc++-v3 for gcc4 |  robert | 2010-05-07 | 4 | -0/+1742 |