diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2010-12-05 20:24:22 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2010-12-05 20:24:22 +0000 |
commit | e3c77b8170a95b15e1be610fba8d6617139259a5 (patch) | |
tree | 3bb64497d550391aedbb3bf5665e1d3c01a27e5e /sys/conf/ldscript.ia64 | |
parent | 2006fbc8fec1e18033bf43636293aa46906b89ea (diff) |
For ia64, add a proper 'elf64-ia64-freebsd' output format to BFD, so the
ELF branding for FreeBSD is done in the same way as amd64, i386 and
sparc. Something similar should probably also be done for arm, mips and
powerpc.
Notes
Notes:
svn path=/projects/binutils-2.17/; revision=216200
Diffstat (limited to 'sys/conf/ldscript.ia64')
-rw-r--r-- | sys/conf/ldscript.ia64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/ldscript.ia64 b/sys/conf/ldscript.ia64 index 8dc0368c7522..57b17d6d73fe 100644 --- a/sys/conf/ldscript.ia64 +++ b/sys/conf/ldscript.ia64 @@ -1,5 +1,5 @@ /* $FreeBSD$ */ -OUTPUT_FORMAT("elf64-ia64-little", "elf64-ia64-little", "elf64-ia64-little") +OUTPUT_FORMAT("elf64-ia64-freebsd", "elf64-ia64-freebsd", "elf64-ia64-freebsd") OUTPUT_ARCH(ia64) ENTRY(__start) SEARCH_DIR(/usr/lib); |