summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/libbinutils/Makefile
AgeCommit message (Collapse)Author
2020-12-15Retire obsolete GDB 6.1.1Ed Maste
GDB 6.1.1 was released in June 2004 and is long obsolete. It does not support all of the architectures that FreeBSD does, and imposes limitations on the FreeBSD kernel build, such as the continued use of DWARF2 debugging information. It was kept (in /usr/libexec/) only for use by crashinfo(8), which extracts some basic information from a kernel core dump after a crash. Crashinfo already prefers gdb from port/package if installed. Future work may add kernel debug support to LLDB or find another path for crashinfo's needs, but in any case we do not want to ship the excessively outdated GDB in FreeBSD 13. Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D27610 Notes: svn path=/head/; revision=368667
2011-12-16Define YY_NO_INPUT when building libbinutils, to prevent warnings aboutDimitry Andric
unused input() functions emitted by lex. MFC after: 1 week Notes: svn path=/head/; revision=228601
2010-11-01Update Makefile and config.h.bsd for libbinutils.Dimitry Andric
Notes: svn path=/projects/binutils-2.17/; revision=214639
2010-10-22Most of binutils now compiles at WARNS=3, except for libiberty andDimitry Andric
libbfd, which still need WARNS=2. Notes: svn path=/projects/binutils-2.17/; revision=214223
2010-10-21Add new upstream file, and update TARGET definition.Dimitry Andric
Notes: svn path=/projects/binutils-2.17/; revision=214173
2010-10-21Use one file per line in SRCS= definition, to make insertions andDimitry Andric
deletions easier, and sort the file list. Notes: svn path=/projects/binutils-2.17/; revision=214172
2004-10-24For variables that are only checked with defined(), don't provideRuslan Ermilov
any fake value. Notes: svn path=/head/; revision=136910
2004-06-16Updated Bmake framework for Binutils 2.15.David E. O'Brien
Notes: svn path=/head/; revision=130575
2004-02-24style.Makefile(5):Johan Karlsson
Use WARNS?= instead of WARNS= For this to work properly for all part is the subdirectories the WARNS assignments in Makefile.inc0 are moved to the correspondning Makefile.inc. Approved by: obrien (binutils maintainer) Tested by: make universe Notes: svn path=/head/; revision=126197
2003-05-08Set the binutils arch for as/nm correctly on the amd64 platform.Peter Wemm
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) Notes: svn path=/head/; revision=114834
2002-10-11Update for 2.13 10-Oct-2002 import.David E. O'Brien
Notes: svn path=/head/; revision=104852
2002-05-13Removed now unused INTERNALSTATICLIB.Ruslan Ermilov
INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN. Notes: svn path=/head/; revision=96513
2002-03-13Turn up WARNS as high as possible.David E. O'Brien
Tested by: gcc31, gcc32, /usr/bin/cc Notes: svn path=/head/; revision=92206
2002-01-27Change the way the version strings are handled.David E. O'Brien
Notes: svn path=/head/; revision=89886
2001-10-14Clean up the formatting.David E. O'Brien
Notes: svn path=/head/; revision=84906
2001-06-26Style fix.David E. O'Brien
Notes: svn path=/head/; revision=78848
2001-06-26Add the IA-64 unwind handling (needed for readelf).David E. O'Brien
Notes: svn path=/head/; revision=78847
2001-04-11Remove MIPS support.David E. O'Brien
It has rotted quite badly and no one has provided updates for it. Notes: svn path=/head/; revision=75400
2001-02-21Our OS name is "freebsd", not "freebsdelf"David E. O'Brien
Notes: svn path=/head/; revision=72798
2000-05-22Pull the switch and activate our Binutils to a snapshot of the up andDavid E. O'Brien
comming 2.10 release. Notes: svn path=/head/; revision=60777
1999-12-17s/MACHINE_ARCH/TARGET_ARCH/gMarcel Moolenaar
The target machine is represented by TARGET_ARCH. MACHINE_ARCH always represents the host machine. When TARGET_ARCH is not defined, it is assumed to be equal to MACHINE_ARCH. This means that we're building a native toolset by default. We're creating cross-compilation tools when MACHINE_ARCH != TARGET_ARCH. TARGET_ARCH is defined when building binutils as part of the bootstrap build and is set to reflect the architecture we're currently cross- building. With this change binutils is ready for cross-building. Notes: svn path=/head/; revision=54748
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
Notes: svn path=/head/; revision=50472
1999-04-22For mips assembler, we need to define TARGET_BYTES_BIG_ENDIAN to beWarner Losh
zero when building for little endian machines. Correct the target names for mips. We just use the generic targets for mips elf, so the mipse[lb]-unknown-freebsd emulation types don't exist. Notes: svn path=/head/; revision=45932
1998-06-04Removed special rules for lex- and yacc- generated files. The generalBruce Evans
rules work identically, except that they actually work if the yacc- generated header somehow becomes out of date. Notes: svn path=/head/; revision=36620
1998-05-04Evaluate the TARGET from the architecture. We'll assume that FREEBSDJohn Birrell
is ELF from here on. Notes: svn path=/head/; revision=35713
1998-03-12Replace empty install targets with definitions of INTERNALLIB andJohn Polstra
INTERNALSTATICLIB to suppress installation of internal libraries. Notes: svn path=/head/; revision=34498
1998-03-12Restructure the binutils hierarchy somewhat in order to betterJohn Polstra
support building it for variant architectures. It was already becoming clear that the former structure was too rigid and didn't scale well. The usual sort of makefile magic arranges to .include an architecture specific makefile "Makefile.${MACHINE_ARCH}" in each directory where it exists. Also, sources will be found in each subdirectory "${MACHINE_ARCH}" that exists. This is all taken care of automatically by the top level "Makefile.inc0". This all seems to work right for the i386 now. I have also converted those alpha pieces already present to the new schema as best I could. Also: change the BINDIR on the i386 to /usr/libexec/elf for "ar" and "ranlib". They are not object format independent enough to put into /usr/bin. Notes: svn path=/head/; revision=34495
1998-03-01Add bmakefiles for building binutils from the contrib tree.John Polstra
This finishes up the binutils import. But I am leaving it disabled in "src/gnu/usr.bin/Makefile" for now. It is not used by anything yet, so I'll take this opportunity to run one more round of tests before enabling it. Notes: svn path=/cvs2svn/branches/JDP/; revision=33975