diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2011-01-19 22:15:12 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2011-01-19 22:15:12 +0000 |
| commit | d917717eeb9226042eebdfc3e4155b0e143fc709 (patch) | |
| tree | 91fd62afab443b275c51817216ee263520ec0536 /sys | |
| parent | 0e9a9c104e86f6fdd2c843ede1dc453dfa46621a (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/ldscript.mips.mips64 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/conf/ldscript.mips.mips64 b/sys/conf/ldscript.mips.mips64 index 4762abfaf1048..c3dd0455ae7db 100644 --- a/sys/conf/ldscript.mips.mips64 +++ b/sys/conf/ldscript.mips.mips64 @@ -27,12 +27,9 @@ * SUCH DAMAGE. * * JNPR: ldscript.mips,v 1.3 2006/10/11 06:12:04 - * $FreeBSD: projects/mips/sys/conf/ldscript.mips 191079 2009-04-14 22:53:22Z gonzo $ + * $FreeBSD$ */ -OUTPUT_FORMAT("elf64-tradbigmips", "elf64-tradbigmips", - "elf64-tradlittlemips") - OUTPUT_ARCH(mips) ENTRY(_start) SEARCH_DIR(/usr/lib); |
