|
@@ -8,13 +8,9 @@ OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64",
|
|
|
OUTPUT_ARCH(i386:x86-64)
|
|
|
ENTRY(_start)
|
|
|
SEARCH_DIR("/x86_64-unknown-redox/lib");
|
|
|
-SEARCH_DIR("/usr/x86_64-pc-linux-gnu/lib64");
|
|
|
-SEARCH_DIR("/usr/lib64/binutils/x86_64-pc-linux-gnu/2.33.164");
|
|
|
SEARCH_DIR("/usr/local/lib64");
|
|
|
SEARCH_DIR("/lib64");
|
|
|
SEARCH_DIR("/usr/lib64");
|
|
|
-SEARCH_DIR("/usr/x86_64-pc-linux-gnu/lib");
|
|
|
-SEARCH_DIR("/usr/lib64/binutils/x86_64-pc-linux-gnu/2.33.1");
|
|
|
SEARCH_DIR("/usr/local/lib");
|
|
|
SEARCH_DIR("/lib");
|
|
|
SEARCH_DIR("/usr/lib");
|