summaryrefslogtreecommitdiffstats
path: root/gnu/lib
AgeCommit message (Expand)AuthorFilesLines
2021-01-11Switch libc++ and libc++abi to version 10.0.1.patrick4-20/+15
2021-01-02Adjust link path for libc++ to find libc++abi to match change of Makefilepatrick1-2/+2
2021-01-02Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for anpatrick5-1/+408
2020-08-14Don't build double-double functions since long double is the same as doublekettenis1-12/+4
2020-08-11Remove fixtfti.c from ppc-if to unbreak macppc build. I guess kettenis@patrick1-2/+1
2020-08-11fix path for testing if a .S existsjsg1-2/+2
2020-08-10Un-hook and re-hook libcompiler_rt.patrick1-2/+2
2020-08-10Add build infrastructure for compiler-rt.patrick1-0/+320
2019-12-21a few depend:-related thingies that were still in.espie1-4/+1
2019-04-03mortimer unlinked libobjc from the build, but didn't know how to cvs rm.tedu67-33850/+0
2019-03-20fix serious markup error: \B -> \fB to select bold fontschwarze1-1/+1
2019-01-15Fix the inter-library dependency for libedit and libreadline.yasuoka1-3/+3
2018-11-14Record an inter-library dependency on libcurses in libedit and libreadline,sthen1-1/+3
2018-09-14Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@naddy1-2/+4
2017-08-10Unlink libobjc. It is not used in base, and ports are pulling in libobjc2 from ports.mortimer1-5/+4
2017-07-28provide missing prototypesespie3-0/+18
2017-07-27fix warnings from missing headers.espie4-4/+2
2017-07-24install gcc, g++ as gcc and g++ instead of cc, c++ and create linksrobert1-1/+8
2017-07-19more depends gc / yacc rules overhaulespie1-2/+2
2017-07-10remove misc. depend and yacc nits that no longer matter.espie1-3/+1
2017-07-04complete "nodepend" in sourceespie1-8/+10
2017-06-23Make libiberty test programs compile and run without segfault.bluhm3-22/+17
2017-06-16mark files as BUILDFIRST, or write explicit dependencies, so that mostespie1-1/+3
2017-06-12destroy lint remnants.espie2-8/+2
2017-04-17Change build infrastructure to allow building both gcc and clang. Thiskettenis1-3/+4
2017-02-15gcc4 on m88k still uses sjlj exceptions, as did arm before EABI.miod1-8/+4
2017-01-21Only build gcc4 libs if COMPILER_VERSION is gcc4.jsg1-2/+2
2017-01-21Nuke whitespace foolish enough to expose itself during the greatkrw29-119/+119
2017-01-20Take gcc's suggestions about parenthesis around assignments usedkrw5-10/+10
2016-12-19A couple more unused variables.krw1-0/+2
2016-10-03Fix ownership for install on a noperm filesystem.natano1-1/+2
2016-09-01Re-enable libobjc on arm.kettenis1-4/+1
2016-09-01Switch OpenBSD/armv7 to ARM EABI (soft-float). This is a complete ABIpatrick3-10/+6
2016-07-04DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSguenther1-14/+2
2016-03-28Cleanup duplicate filenames in SRCSderaadt1-11/+2
2016-02-18Disable the stack protector when building libstdc++ on arm. Fixes testjsg1-1/+4
2016-01-20quote ${CC} expansion, from andreas.kahari at icm uu se, ok mpi@sthen1-2/+2
2015-10-20On xmalloc failure, stop trying to determine the total amount of allocatedpascal1-25/+0
2015-06-11Fix CVE-2012-3509, an integer overflow in libiberty, leading tobluhm2-4/+11
2015-05-14Stop including CFLAGS in CXXFLAGS it creates problems when mixingjsg3-11/+14
2015-01-19Prefer strdup() to malloc() + strcpy() and ftello() to ftell()miod1-5/+3
2014-08-31Finally ``revert'' to the recent pexecute interface, now that we do not needmiod2-772/+325
2014-08-31Now that gcc 2.95 is out of the tree, get rid of the old hash table interfacemiod4-371/+5
2014-03-27remove gets reference. ok espietedu1-1/+0
2013-10-24Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.guenther2-2/+2
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther5-6/+6
2013-08-06Remove support for COMPILER_VERSION == gcc2.miod2-13/+5
2013-06-21exists() calls in make are expensive so switch to test(1) and use the shellrobert1-5/+4
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan1-3/+1
2012-07-17martynas added support for the 'long double' math functions to libm atmatthew3-21/+21