summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2017-07-24install gcc, g++ as gcc and g++ instead of cc, c++ and create linksrobert1-1/+8
2017-02-15gcc4 on m88k still uses sjlj exceptions, as did arm before EABI.miod1-8/+4
2016-10-03Fix ownership for install on a noperm filesystem.natano1-1/+2
2016-09-01Switch OpenBSD/armv7 to ARM EABI (soft-float). This is a complete ABIpatrick1-4/+1
2016-03-28Cleanup duplicate filenames in SRCSderaadt1-11/+2
2016-02-18Disable the stack protector when building libstdc++ on arm. Fixes testjsg1-1/+4
2015-05-14Stop including CFLAGS in CXXFLAGS it creates problems when mixingjsg2-9/+11
2013-10-24Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.guenther1-1/+1
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther1-1/+1
2013-06-21exists() calls in make are expensive so switch to test(1) and use the shellrobert1-5/+4
2012-07-17martynas added support for the 'long double' math functions to libm atmatthew2-20/+20
2011-11-25Gratuitous major crank for upcoming alpha switch to gcc 4, in order to havemiod1-1/+1
2011-10-16Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc4) and bump major.stsp2-5/+5
2011-07-06Finalize work on the math library. It's time to do this monstermartynas1-1/+1
2011-04-28Bring back wprintf() for gcc4 libstdc++.stsp1-1/+1
2011-04-24Back out wprintf diff and crank. Need to check more architectures first.stsp1-1/+1
2011-04-24Expose wprintf and friends in the std:: namespace. Major bump for libstdc++.stsp1-1/+1
2010-05-16the cp-demangler is part of libsupc++ as wellespie1-2/+2
2010-05-16install unwind.h, like for gcc3.espie1-7/+1
2010-05-15Move libsupc++ sources and other common stuff to Makefile.commonrobert2-24/+37
2010-05-09This file won't be needed, espie pointed out how stupid I was.robert1-3/+0
2010-05-09fix obvious typo, unbreak build on i386espie1-2/+2
2010-05-09Only #define _GLIBCXX_ATOMIC_BUILTINS on architectures where we use GCC'skettenis1-2/+4
2010-05-08add i386 to the atomicity via builtins list as welljsg1-2/+3
2010-05-08Use "builtins" for atomicity on sparc64 as well.kettenis1-2/+2
2010-05-08Install libsupc++ header files as well.kettenis1-2/+6
2010-05-07Add infrastructure to build libstdc++-v3 for gcc4robert4-0/+1742