| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
support it.
Notes:
svn path=/head/; revision=203435
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=130575
|
| |
|
|
|
|
|
| |
bfd_elf64_alpha_freebsd_vec. This may help in intra-branch building.
Notes:
svn path=/head/; revision=107509
|
| |
|
|
| |
Notes:
svn path=/head/; revision=107508
|
| |
|
|
| |
Notes:
svn path=/head/; revision=107506
|
| |
|
|
| |
Notes:
svn path=/head/; revision=104876
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84902
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50472
|
| |
|
|
|
|
|
| |
Just put generated headers in SRCS.
Notes:
svn path=/head/; revision=36633
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35711
|
|
|
formats. No i386 can't handle alpha formats. 8-)
Notes:
svn path=/head/; revision=34514
|