| #
0d088026 |
| 28-Oct-2022 |
miod <miod@openbsd.org> |
Remove antique^Wolder-than-binutils-2.17 c++filt(1).
|
| #
f11c68bd |
| 03-May-2021 |
jsg <jsg@openbsd.org> |
don't build gdb on riscv64
|
| #
1a252fb6 |
| 04-Jul-2020 |
kettenis <kettenis@openbsd.org> |
Don't build gdb on powerpc64.
|
| #
a7a6f40c |
| 29-Oct-2017 |
aoyama <aoyama@openbsd.org> |
Unify protoize.1 install process on gcc3 arch (luna88k).
ok guenther@
|
| #
67bfc7e5 |
| 27-Jul-2017 |
deraadt <deraadt@openbsd.org> |
ensure protoiize man pages installed in all cases (until we come to a different decision later) ok espie
|
| #
d8ee3b15 |
| 17-Apr-2017 |
kettenis <kettenis@openbsd.org> |
Change build infrastructure to allow building both gcc and clang. This doesn't actually flip the switch yet, so aarch64 continues to be the only architecture for which we build clang.
ok jsg@, dera
Change build infrastructure to allow building both gcc and clang. This doesn't actually flip the switch yet, so aarch64 continues to be the only architecture for which we build clang.
ok jsg@, deraadt@
show more ...
|
| #
3d3f3a5d |
| 20-Feb-2017 |
jsg <jsg@openbsd.org> |
Skip building gdb on aarch64 there is no support for it.
|
| #
64fc6436 |
| 29-Jan-2017 |
jsg <jsg@openbsd.org> |
descend into clang when building obj or when COMPILER_VERSION is clang ok patrick@ kettenis@
|
| #
448f2cef |
| 01-Jun-2015 |
miod <miod@openbsd.org> |
Now that we do not need to build binutils 2.15 (except for gdb), simplify the build logic.
|
| #
4e52c8e4 |
| 16-Jul-2014 |
deraadt <deraadt@openbsd.org> |
lynx will go to ports. there are too many reasons for it to go there, and not enough for it to stay. lengthy discussions.
|
| #
88919d82 |
| 06-Aug-2013 |
miod <miod@openbsd.org> |
Remove support for COMPILER_VERSION == gcc2. Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4 is the norm and to explicitely test for gcc3 when a different behaviour is req
Remove support for COMPILER_VERSION == gcc2. Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4 is the norm and to explicitely test for gcc3 when a different behaviour is required. No functional change intended. Be sure to `make install' in share/mk before attempting to do anything.
show more ...
|
| #
6231a781 |
| 05-Jul-2013 |
miod <miod@openbsd.org> |
ELF_TOOLCHAIN bye bye.
|
| #
46f5b06e |
| 10-Mar-2013 |
miod <miod@openbsd.org> |
Let platforms configured to use binutils 2.17 still recurse into the binutils 2.15 directory, but only to build gdb. ok deraadt@ espie@
|
| #
dd68104f |
| 21-Nov-2011 |
jsg <jsg@openbsd.org> |
when testing COMPILER_VERSION don't assume the default case is gcc2 ok drahn@
|
| #
3eeac914 |
| 30-Oct-2011 |
schwarze <schwarze@openbsd.org> |
Always install addr2line(1), objcopy(1), and readelf(1), even on architectures with !ELF_TOOLCHAIN && !USING_NEW_BINUTILS (like vax, m68k). There is no need to reach around from usr.bin/Makefile into
Always install addr2line(1), objcopy(1), and readelf(1), even on architectures with !ELF_TOOLCHAIN && !USING_NEW_BINUTILS (like vax, m68k). There is no need to reach around from usr.bin/Makefile into binutils; we always descend into either binutils or binutils-2.17. All is fine so far with binutils-2.17 since ia64 has USING_NEW_BINUTILS.
tested on vax and ok deraadt@
show more ...
|
| #
c903079f |
| 22-Sep-2011 |
schwarze <schwarze@openbsd.org> |
Always install all manuals on all architectures. No more exceptions even for binutils. No more share/man in src/distrib/sets/lists/*/md.* ok deraadt@
|
| #
9102a13a |
| 05-Jul-2011 |
drahn <drahn@openbsd.org> |
Allow switching between binutils and binutils 2.17. NOTE: binutils-2.17 has not been tested on any archs. ok pirofti@
|
| #
2577745a |
| 18-Oct-2010 |
deraadt <deraadt@openbsd.org> |
The base no longer uses old groff -- it uses mandoc(1). The ports tree still sometimes needs groff, but there it is pulled in as a build-dependency, and it is the newer groff. We are able to do thi
The base no longer uses old groff -- it uses mandoc(1). The ports tree still sometimes needs groff, but there it is pulled in as a build-dependency, and it is the newer groff. We are able to do this now due to the hard work if ingo.
show more ...
|
| #
24b66d92 |
| 10-May-2010 |
drahn <drahn@openbsd.org> |
Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible complier picking, eg supporting gcc2, gcc3, and gcc4. based on diff by Marco, with fixes from espie@. ok espie@ general
Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible complier picking, eg supporting gcc2, gcc3, and gcc4. based on diff by Marco, with fixes from espie@. ok espie@ general mumbling of approval of others.
show more ...
|
| #
409aa09a |
| 23-Mar-2007 |
ray <ray@openbsd.org> |
Enable our sendbug(1), prodded by deraadt@.
|
| #
ac9a05be |
| 10-Apr-2006 |
joris <joris@openbsd.org> |
switch to openrcs and eliminate more gnu from the tree. note that openrcs still lacks some features.
okay niallo@, xsa@, ray@, "Do it" deraadt@
|
| #
b60e0fd8 |
| 17-May-2004 |
drahn <drahn@openbsd.org> |
Enable binutils for arm now that we have binutils 2.14.
|
| #
a03d66a7 |
| 08-Mar-2004 |
drahn <drahn@openbsd.org> |
Do not build binutils on arm. ARM needs at least binutils 2.14. Allows others to build OpenBSD/cats, use binutils from devel/binutils/stable Requested by deraadt@
|
| #
eb158ea4 |
| 23-Jan-2004 |
espie <espie@openbsd.org> |
USE_GCC3 switch, now that propolice is in.
|
| #
ce31744a |
| 24-Nov-2003 |
espie <espie@openbsd.org> |
Switch to using libiberty in new location. Disable building of cxxfilt in gcc, build it from its own directory.
|