diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2010-11-01 20:20:31 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2010-11-01 20:20:31 +0000 |
| commit | 491fb27448be17acf8984024a07411fec123075f (patch) | |
| tree | 5f5fd3696c8f2d0bca87da865e29268353ab0c62 /sys/conf/ldscript.amd64 | |
| parent | 4e41c4ad7eb1f29eeb3032accc7da38aa9da98f7 (diff) | |
Notes
Diffstat (limited to 'sys/conf/ldscript.amd64')
| -rw-r--r-- | sys/conf/ldscript.amd64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/ldscript.amd64 b/sys/conf/ldscript.amd64 index 68ab1a2c7e4e..5cc4a81ed3d2 100644 --- a/sys/conf/ldscript.amd64 +++ b/sys/conf/ldscript.amd64 @@ -1,5 +1,5 @@ /* $FreeBSD$ */ -OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64") +OUTPUT_FORMAT("elf64-x86-64-freebsd", "elf64-x86-64-freebsd", "elf64-x86-64-freebsd") OUTPUT_ARCH(i386:x86-64) ENTRY(btext) SEARCH_DIR("/usr/lib"); |
