summaryrefslogtreecommitdiffstats
path: root/sys/conf/ldscript.powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/ldscript.powerpc')
-rw-r--r--sys/conf/ldscript.powerpc8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/ldscript.powerpc b/sys/conf/ldscript.powerpc
index 1bcfd90..a0e0547 100644
--- a/sys/conf/ldscript.powerpc
+++ b/sys/conf/ldscript.powerpc
@@ -1,9 +1,9 @@
-OUTPUT_FORMAT("elf64-alpha", "elf64-alpha",
- "elf64-alpha")
+/* $FreeBSD$ */
+OUTPUT_FORMAT("elf64-alpha", "elf64-alpha", "elf64-alpha")
OUTPUT_ARCH(alpha)
ENTRY(__start)
-SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/egcs/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/egcs/alphaev5-unknown-linux-gnu/lib);
- kernel_text = 0xfffffc0000300000;
+SEARCH_DIR(/usr/lib);
+kernel_text = 0xfffffc0000300000;
SECTIONS
{
/* Read-only sections, merged into text segment: */
OpenPOWER on IntegriCloud