Disable sbrk() use in GNU tools.We're studing the possibility of deprecating sbrk(). To make it easierwe're removing unnecessicary uses in the base system. None of thesetools require sbrk(), bu
Disable sbrk() use in GNU tools.We're studing the possibility of deprecating sbrk(). To make it easierwe're removing unnecessicary uses in the base system. None of thesetools require sbrk(), but they agressively prefer it for no good reason.Reviewed by: andrewApproved by: re (kib)Sponsored by: DARPA, AFRLDifferential Revision: https://reviews.freebsd.org/D16141
show more ...
DIRDEPS_BUILD: Regenerate without local dependencies.These are no longer needed after the recent 'beforebuild: depend' changesand hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports
DIRDEPS_BUILD: Regenerate without local dependencies.These are no longer needed after the recent 'beforebuild: depend' changesand hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supportsskipping 'make depend'.Sponsored by: EMC / Isilon Storage Division
new depends
Fix typo when deregistering the VLAN unconfig event handlerSubmitted by: Masao Uebayashi <[email protected]>MFC after: 3 days
dirdeps.mk now sets DEP_RELDIR
Updated dependencies
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Requested by: Simon Gerraty <[email protected]>
Define YY_NO_INPUT when building libbinutils, to prevent warnings aboutunused input() functions emitted by lex.MFC after: 1 week
Update Makefile and config.h.bsd for libbinutils.
Most of binutils now compiles at WARNS=3, except for libiberty andlibbfd, which still need WARNS=2.
Add new upstream file, and update TARGET definition.
Use one file per line in SRCS= definition, to make insertions anddeletions easier, and sort the file list.
Regenerate config.h for libbinutils.
For variables that are only checked with defined(), don't provideany fake value.
Updated Bmake framework for Binutils 2.15.
style.Makefile(5): Use WARNS?= instead of WARNS=For this to work properly for all part is the subdirectoriesthe WARNS assignments in Makefile.inc0 are moved to the correspondningMakefile.inc.A
style.Makefile(5): Use WARNS?= instead of WARNS=For this to work properly for all part is the subdirectoriesthe WARNS assignments in Makefile.inc0 are moved to the correspondningMakefile.inc.Approved by: obrien (binutils maintainer)Tested by: make universe
Set the binutils arch for as/nm correctly on the amd64 platform.As far as binutils is concerned, the amd64 platform is still called"x86-64"/"x86_64". Setting things from ${MACHINE_ARCH} breaks tha
Set the binutils arch for as/nm correctly on the amd64 platform.As far as binutils is concerned, the amd64 platform is still called"x86-64"/"x86_64". Setting things from ${MACHINE_ARCH} breaks that.Approved by: re (scottl)
Update for the Binutils 2.13.2 20021127 snapshot import.
We HAVE_STPCPY now.
Update for 2.13 10-Oct-2002 import.
Removed now unused INTERNALSTATICLIB.INTERNALLIB now implies NOPIC and NOPROFILE.Removed gratuitous NOMAN.
Update to Binutils 2.12.0 release.
Turn up WARNS as high as possible.Tested by: gcc31, gcc32, /usr/bin/cc
Change the way the version strings are handled.
Upgrade to a Binutils 2.12.0 snapshot.
12