Use the new freebsd output format from Binutils 2.13.1.
This commit is contained in:
parent
be70d88803
commit
b2bced0aef
@ -1,8 +1,8 @@
|
||||
/* $NetBSD: ld.so.script,v 1.2 2001/12/13 20:31:31 thorpej Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
OUTPUT_FORMAT("elf64-alpha", "elf64-alpha",
|
||||
"elf64-alpha")
|
||||
OUTPUT_FORMAT("elf64-alpha-freebsd", "elf64-alpha-freebsd",
|
||||
"elf64-alpha-freebsd")
|
||||
OUTPUT_ARCH(alpha)
|
||||
ENTRY(__start)
|
||||
/* SEARCH_DIR(/usr/lib); JRT */
|
||||
|
Loading…
Reference in New Issue
Block a user