Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-28 | Link libclang_rt.profile to the build. | Frederic Cambus | |
"go for it" kettenis@ | |||
2021-09-15 | Add build infrastructure for the libclang_rt.profile library. | Frederic Cambus | |
Not linking it to the build yet. "go for it" mortimer@ | |||
2021-06-11 | remove netbsd specific LIBRARY section; ok jca | Jason McIntyre | |
2021-06-10 | Minor mandoc -Tlint fixes | Jeremie Courreges-Anglas | |
ok mortimer@ | |||
2021-06-10 | Indentation | Jeremie Courreges-Anglas | |
ok mortimer@ | |||
2021-06-10 | No RCS IDs in shlib_version files | Jeremie Courreges-Anglas | |
ok mortimer@ | |||
2021-06-09 | Enable libexecinfo. | mortimer | |
With some build plumbing help from jsg@ ok kettenis@ sthen@ | |||
2021-06-09 | Add libexecinfo. | mortimer | |
Based on NetBSD implementation, without the libelf dependency. Architectures which have libunwind use libunwind, and others use a stub implementation that does nothing since __builtin methods are unreliable. Much feedback and help from jca@. ok kettenis@ sthen@ | |||
2021-04-28 | Build libcompiler_rt for riscv64 | Dale Rahn | |
ok kettenis@ | |||
2021-04-28 | Update build infrastructure for libc++ and libc++abi version 11.1.0. | Patrick Wildt | |
2021-01-11 | Switch libc++ and libc++abi to version 10.0.1. | Patrick Wildt | |
Further libc++ header fixes for ports thanks to kettenis@ Ports build test and fixes thanks to naddy@ "Startschuss!" naddy@ | |||
2021-01-02 | Adjust link path for libc++ to find libc++abi to match change of Makefile | Patrick Wildt | |
and build location. | |||
2021-01-02 | Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for an | Patrick Wildt | |
upcoming update to those, which will see both codebases heading into the gnu/llvm dumpster. Feedback from jsg@ ok deraadt@ kettenis@ | |||
2020-08-14 | Don't build double-double functions since long double is the same as double | Mark Kettenis | |
on OpenBSD. ok gkoehler@ | |||
2020-08-11 | Remove fixtfti.c from ppc-if to unbreak macppc build. I guess kettenis@ | Patrick Wildt | |
was right that this isn't really needed. Now the list is the same as what we had for the previous compiler-rt version. | |||
2020-08-11 | fix path for testing if a .S exists | Jonathan Gray | |
2020-08-10 | Un-hook and re-hook libcompiler_rt. | Patrick Wildt | |
ok kettenis@ | |||
2020-08-10 | Add build infrastructure for compiler-rt. | Patrick Wildt | |
ok kettenis@ | |||
2019-12-21 | a few depend:-related thingies that were still in. | Marc Espie | |
okay millert@, tb@ | |||
2019-04-03 | mortimer unlinked libobjc from the build, but didn't know how to cvs rm. | Ted Unangst | |
I don't know much about compilers, but what I do have are a very particular set of skills. Skills I have acquired over a very long career. | |||
2004-01-15 | move libobjc around to its own directory (from src/gnu/egcs/libobjc) | Marc Espie | |
2019-03-20 | fix serious markup error: \B -> \fB to select bold font | Ingo Schwarze | |
2019-01-15 | Fix the inter-library dependency for libedit and libreadline. | YASUOKA Masahiko | |
Previously they tried to depend on libtermcap which actually doesn't exist in the objdir. ok jca | |||
2018-11-14 | Record an inter-library dependency on libcurses in libedit and libreadline, | Stuart Henderson | |
avoiding runtime failures on architectures using ld.lld. Also add a note to libcurses shlib_version reminding about bumps (as done with libcrypto/libssl). Thanks guenther@ for suggestions of tests involving library bumps and jca@ for doing these tests and hint about DPADD. Looks good kettenis@, ok jca@ | |||
2018-09-14 | Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@ | Christian Weisgerber | |
2017-08-10 | Unlink libobjc. It is not used in base, and ports are pulling in libobjc2 ↵ | mortimer | |
from ports. ok bluhm@ sebastia@ dcoppa@ | |||
2017-07-28 | provide missing prototypes | Marc Espie | |
this may actually result in bogus error messages, because int != char* okay jca@ | |||
2017-07-27 | fix warnings from missing headers. | Marc Espie | |
okay deraadt@ | |||
2017-07-24 | install gcc, g++ as gcc and g++ instead of cc, c++ and create links | Robert Nagy | |
to the latter on non-clang architectures and make sure we build gcc with itself because clang won't be able to build it ok naddy@ | |||
2017-07-19 | more depends gc / yacc rules overhaul | Marc Espie | |
okay millert@ | |||
2017-07-10 | remove misc. depend and yacc nits that no longer matter. | Marc Espie | |
okay millert@ | |||
2017-07-04 | complete "nodepend" in source | Marc Espie | |
- mix-up between .ALLSRC and .IMPSRC, compile the right gc.c file - add explicit targets for pre-generated stuff | |||
2017-06-23 | Make libiberty test programs compile and run without segfault. | Alexander Bluhm | |
2017-06-16 | mark files as BUILDFIRST, or write explicit dependencies, so that most | Marc Espie | |
programs will build even without a make depend first. okay tb@ millert@ | |||
2017-06-12 | destroy lint remnants. | Marc Espie | |
okay millert@ deraadt@ | |||
2017-04-17 | Change build infrastructure to allow building both gcc and clang. This | Mark Kettenis | |
doesn't actually flip the switch yet, so aarch64 continues to be the only architecture for which we build clang. ok jsg@, deraadt@ | |||
2017-02-15 | gcc4 on m88k still uses sjlj exceptions, as did arm before EABI. | Miod Vallat | |
2017-01-21 | Only build gcc4 libs if COMPILER_VERSION is gcc4. | Jonathan Gray | |
ok kettenis@ patrick@ | |||
2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | Kenneth R Westerback | |
"warning:" rectification. | |||
2001-03-18 | GNU readline-4.1 | Todd C. Miller | |
2017-01-20 | Take gcc's suggestions about parenthesis around assignments used | Kenneth R Westerback | |
as truth values. Change a parameter to 'const'. All without making promises about any further cleanup in /gnu/. ok deraadt@ | |||
2016-12-19 | A couple more unused variables. | Kenneth R Westerback | |
tweak & ok kettenis@ | |||
2016-10-03 | Fix ownership for install on a noperm filesystem. | Martin Natano | |
joint work with tb | |||
2016-09-01 | Re-enable libobjc on arm. | Mark Kettenis | |
2016-09-01 | Switch OpenBSD/armv7 to ARM EABI (soft-float). This is a complete ABI | Patrick Wildt | |
break which cannot be easily crossed. ok kettenis@ jsg@ | |||
2016-07-04 | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS | Philip Guenther | |
contains -g by default anyway problem noted by Edgar Pettijohn (edgar (at) pettijohn-web.com) ok millert@ kettenis@ deraadt@ | |||
2016-03-28 | Cleanup duplicate filenames in SRCS | Theo de Raadt | |
2016-02-18 | Disable the stack protector when building libstdc++ on arm. Fixes test | Jonathan Gray | |
cases from dcoppa@ where incorrect behaviour was trigged when using std::ifstream and linking libpthread. Further investigation and patch from miod. ok deraadt@ | |||
2016-01-20 | quote ${CC} expansion, from andreas.kahari at icm uu se, ok mpi@ | Stuart Henderson | |
2015-10-20 | On xmalloc failure, stop trying to determine the total amount of allocated | Pascal Stumpf | |
memory up to this point by using sbrk(2). This is of course wildly incorrect for any mmap-based malloc(3). This also makes it possible to bring pledge(2) to gnu/. comments kettenis@, ok miod@ |