summaryrefslogtreecommitdiffstats
path: root/gnu/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch libc++ and libc++abi to version 10.0.1.patrick2021-01-114-20/+15
* Adjust link path for libc++ to find libc++abi to match change of Makefilepatrick2021-01-021-2/+2
* Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for anpatrick2021-01-025-1/+408
* Don't build double-double functions since long double is the same as doublekettenis2020-08-141-12/+4
* Remove fixtfti.c from ppc-if to unbreak macppc build. I guess kettenis@patrick2020-08-111-2/+1
* fix path for testing if a .S existsjsg2020-08-111-2/+2
* Un-hook and re-hook libcompiler_rt.patrick2020-08-101-2/+2
* Add build infrastructure for compiler-rt.patrick2020-08-101-0/+320
* a few depend:-related thingies that were still in.espie2019-12-211-4/+1
* mortimer unlinked libobjc from the build, but didn't know how to cvs rm.tedu2019-04-0367-33850/+0
* fix serious markup error: \B -> \fB to select bold fontschwarze2019-03-201-1/+1
* Fix the inter-library dependency for libedit and libreadline.yasuoka2019-01-151-3/+3
* Record an inter-library dependency on libcurses in libedit and libreadline,sthen2018-11-141-1/+3
* Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@naddy2018-09-141-2/+4
* Unlink libobjc. It is not used in base, and ports are pulling in libobjc2 from ports.mortimer2017-08-101-5/+4
* provide missing prototypesespie2017-07-283-0/+18
* fix warnings from missing headers.espie2017-07-274-4/+2
* install gcc, g++ as gcc and g++ instead of cc, c++ and create linksrobert2017-07-241-1/+8
* more depends gc / yacc rules overhaulespie2017-07-191-2/+2
* remove misc. depend and yacc nits that no longer matter.espie2017-07-101-3/+1
* complete "nodepend" in sourceespie2017-07-041-8/+10
* Make libiberty test programs compile and run without segfault.bluhm2017-06-233-22/+17
* mark files as BUILDFIRST, or write explicit dependencies, so that mostespie2017-06-161-1/+3
* destroy lint remnants.espie2017-06-122-8/+2
* Change build infrastructure to allow building both gcc and clang. Thiskettenis2017-04-171-3/+4
* gcc4 on m88k still uses sjlj exceptions, as did arm before EABI.miod2017-02-151-8/+4
* Only build gcc4 libs if COMPILER_VERSION is gcc4.jsg2017-01-211-2/+2
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-2129-119/+119
* Take gcc's suggestions about parenthesis around assignments usedkrw2017-01-205-10/+10
* A couple more unused variables.krw2016-12-191-0/+2
* Fix ownership for install on a noperm filesystem.natano2016-10-031-1/+2
* Re-enable libobjc on arm.kettenis2016-09-011-4/+1
* Switch OpenBSD/armv7 to ARM EABI (soft-float). This is a complete ABIpatrick2016-09-013-10/+6
* DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSguenther2016-07-041-14/+2
* Cleanup duplicate filenames in SRCSderaadt2016-03-281-11/+2
* Disable the stack protector when building libstdc++ on arm. Fixes testjsg2016-02-181-1/+4
* quote ${CC} expansion, from andreas.kahari at icm uu se, ok mpi@sthen2016-01-201-2/+2
* On xmalloc failure, stop trying to determine the total amount of allocatedpascal2015-10-201-25/+0
* Fix CVE-2012-3509, an integer overflow in libiberty, leading tobluhm2015-06-112-4/+11
* Stop including CFLAGS in CXXFLAGS it creates problems when mixingjsg2015-05-143-11/+14
* Prefer strdup() to malloc() + strcpy() and ftello() to ftell()miod2015-01-191-5/+3
* Finally ``revert'' to the recent pexecute interface, now that we do not needmiod2014-08-312-772/+325
* Now that gcc 2.95 is out of the tree, get rid of the old hash table interfacemiod2014-08-314-371/+5
* remove gets reference. ok espietedu2014-03-271-1/+0
* Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.guenther2013-10-242-2/+2
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-135-6/+6
* Remove support for COMPILER_VERSION == gcc2.miod2013-08-062-13/+5
* exists() calls in make are expensive so switch to test(1) and use the shellrobert2013-06-211-5/+4
* remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan2012-08-021-3/+1
* martynas added support for the 'long double' math functions to libm atmatthew2012-07-173-21/+21