index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
usr.bin
/
binutils-2.17
/
Makefile.bsd-wrapper
Age
Commit message (
Expand
)
Author
2023-09-06
Use -std=gnu89 to fix the build with clang-16
Jeremie Courreges-Anglas
2023-01-27
Recommit the switch to use llvm-strip on architectures that use ld.lld.
Mark Kettenis
2023-01-19
Revert previous commit (but leave the man page around); llvm-strip behaves
Mark Kettenis
2023-01-19
The binutils strip damages GNU_RELRO on binaries linked by ld.lld on at
Mark Kettenis
2022-03-23
use llvm-ranlib where llvm-ar is used so that they are in line with each
Robert Nagy
2022-02-17
binutils-2.17 does not have ld or gas available for the aarch64, powerpc64, or
Peter Hessler
2021-12-17
Avoid errors about clang13-only options here, to ease transition
Jeremie Courreges-Anglas
2021-12-17
Disable a few warning flags that were introduced and enabled by default
Patrick Wildt
2021-11-23
add llvm-ar(1) to the build with its two dependencies libLLVMDlltoolDriver
Robert Nagy
2021-06-21
correct riscv64 blocks
Theo de Raadt
2021-05-05
riscv64 binutils 'support'
Dale Rahn
2020-05-30
Initial set of changes to build powerpc64 toolchain.
Dale Rahn
2020-01-03
avoid build race condition: our make has an "expensive job" heuristic
Marc Espie
2019-12-21
a few depend:-related thingies that were still in.
Marc Espie
2019-05-17
stop using the moribund MLINKS bsd.man.mk feature;
Ingo Schwarze
2019-02-24
Remove -S from install commands
kn
2018-09-14
Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@
Christian Weisgerber
2018-07-26
Add infrastructure to install lld as the default linker. The old GNU linker
Mark Kettenis
2017-06-12
destroy lint remnants.
Marc Espie
2017-03-05
Go back to only specifying --target when building cross.
Jonathan Gray
2017-01-25
Stub out aarch64 support and avoid building gas and ld on this architecture.
Mark Kettenis
2016-10-03
Fix ownership for install on a noperm filesystem.
Martin Natano
2016-09-18
Use ${INSTALL} instead of install, like in all the other Makefile's.
Martin Natano
2016-09-11
Install programs with ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
Philip Guenther
2013-07-05
ELF_TOOLCHAIN bye bye.
Miod Vallat
2013-03-10
Sync to ../binutils/Makefile.bsd-wrapper rev. 1.75:
Miod Vallat
2013-03-10
Let platforms configured to use binutils 2.17 still recurse into the binutils
Miod Vallat
2013-01-05
Replace the list of platforms enabled (or not) to build the whole binutils
Miod Vallat
2012-08-28
Add support for PIE-by-default in both ld and gcc. This is a completely
Pascal Stumpf
2011-11-16
Sync to ../binutils/Makefile.bsd-wrapper rev. 1.76:
Ingo Schwarze
2011-07-04
My merges of miod's binutils-2.17 WIP code with my changed necessary to get
Dale Rahn
2011-04-24
A first attempt at merging our local changes and fixes into the 2.17 codebase.
Miod Vallat