aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/libbfd/Makefile.alpha
Commit message (Collapse)AuthorAgeFilesLines
* Remove alpha support from here too. FreeBSD 6 was the last branch toWarner Losh2010-02-031-16/+0
| | | | | | | support it. Notes: svn path=/head/; revision=203435
* MAJOR cleanup of the Bmake framework.David E. O'Brien2004-07-081-7/+11
| | | | | | | | | | | | This includes removing all vestiges of the old not-really supported ability to build cross tools targeting non-FreeBSD systems, such as m68k Lynx and NetBSD. Move as much duplicated code from platform Makefiles into the shared Makefiles. Add a simple mechanism for specifying ELF 'ldscripts'. Also share as many .h files as possible (now a single bfd.h vs. one per platform). Notes: svn path=/head/; revision=131832
* Move the elf32-target.h and elf64-target.h targets from the MDMarcel Moolenaar2004-06-191-2/+0
| | | | | | | | | makefiles to the centralized makefile. This not only reduces duplication, it also makes the MD quirks stand out better and thus improves maintenance. Notes: svn path=/head/; revision=130743
* Updated Bmake framework for Binutils 2.15.David E. O'Brien2004-06-161-1/+1
| | | | Notes: svn path=/head/; revision=130575
* We can handle the bfd_elf64_alpha_vec vector at the same time as theDavid E. O'Brien2002-12-021-2/+2
| | | | | | | bfd_elf64_alpha_freebsd_vec. This may help in intra-branch building. Notes: svn path=/head/; revision=107509
* Cleaner support of a DEFAULT_VECTOR.David E. O'Brien2002-12-021-3/+4
| | | | Notes: svn path=/head/; revision=107508
* Handle the "HAVE_" defines via the VECS list.David E. O'Brien2002-12-021-2/+1
| | | | Notes: svn path=/head/; revision=107506
* witch over to the new FreeBSD bfd vec and emulationDavid E. O'Brien2002-10-111-4/+4
| | | | Notes: svn path=/head/; revision=104876
* Clean up the formatting.David E. O'Brien2001-10-141-8/+6
| | | | Notes: svn path=/head/; revision=84902
* s/MACHINE_ARCH/TARGET_ARCH/gMarcel Moolenaar1999-12-171-1/+1
| | | | | | | | | | | | | | | 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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Don't use beforedepend or give dependencies on generated headers explicitly.Bruce Evans1998-06-041-6/+2
| | | | | | | Just put generated headers in SRCS. Notes: svn path=/head/; revision=36633
* Add cross-architecture support.John Birrell1998-05-041-16/+6
| | | | Notes: svn path=/head/; revision=35711
* Configure bfd for elf64, elf32, and aout. Yes alpha can handle i386John Birrell1998-03-121-0/+30
formats. No i386 can't handle alpha formats. 8-) Notes: svn path=/head/; revision=34514