Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86_64/conf Set output arch to i386:x86-64. From Ja...
details: https://anonhg.NetBSD.org/src/rev/f0a6a6d8ff89
branches: trunk
changeset: 532339:f0a6a6d8ff89
user: fvdl <fvdl%NetBSD.org@localhost>
date: Wed Jun 05 15:06:56 2002 +0000
description:
Set output arch to i386:x86-64. From Jason.
diffstat:
sys/arch/x86_64/conf/kern.ldscript | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 34c8bcd9b5dd -r f0a6a6d8ff89 sys/arch/x86_64/conf/kern.ldscript
--- a/sys/arch/x86_64/conf/kern.ldscript Wed Jun 05 14:59:52 2002 +0000
+++ b/sys/arch/x86_64/conf/kern.ldscript Wed Jun 05 15:06:56 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern.ldscript,v 1.1 2001/12/29 02:24:06 thorpej Exp $ */
+/* $NetBSD: kern.ldscript,v 1.2 2002/06/05 15:06:56 fvdl Exp $ */
/*
* Kernel linker script for NetBSD/x86-64. This script is based on
@@ -8,7 +8,7 @@
/* Default linker script, for normal executables */
OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64",
"elf64-x86-64")
-OUTPUT_ARCH(i386)
+OUTPUT_ARCH(i386:x86-64)
ENTRY(_start)
SEARCH_DIR(/usr/local/gnu/x86_64-unknown-netbsd/lib);
/* Do we need any of these for elf?
Home |
Main Index |
Thread Index |
Old Index