Use the same SEARCH_DIR as other platforms.

This commit is contained in:
Jake Burkholder 2003-06-07 18:23:50 +00:00
parent 59d855a0fe
commit 1030d2ba0b

View File

@ -3,7 +3,7 @@ OUTPUT_FORMAT("elf64-sparc", "elf64-sparc",
"elf64-sparc")
OUTPUT_ARCH(sparc:v9)
ENTRY(_start)
SEARCH_DIR(/home/jake/sparc64-unknown-elf/lib);
SEARCH_DIR(/usr/lib);
/* Do we need any of these for elf?
__DYNAMIC = 0; */
SECTIONS