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