diff options
Diffstat (limited to 'ld/ldglda29k.sc')
-rwxr-xr-x | ld/ldglda29k.sc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/ldglda29k.sc b/ld/ldglda29k.sc index 6d7d19a..ed7544c 100755 --- a/ld/ldglda29k.sc +++ b/ld/ldglda29k.sc @@ -1,8 +1,8 @@ OUTPUT_FORMAT("coff-a29k-big") INPUT(/lab3/u3/sym1/tools/usr/lib/segments.o) /* Has .rstack/.mstack */ -SEARCH_DIR(/lab3/u3/sym1/tools/lib) -SEARCH_DIR(/lab3/u3/sym1/tools/usr/lib) -SEARCH_DIR(/lab3/u3/sym1/tools/usr/local/lib) +SEARCH_DIR(/lib) +SEARCH_DIR(/usr/lib) +SEARCH_DIR(/usr/local/lib) MEMORY { text : ORIGIN = 0x1000000, LENGTH = 0x1000000 talias : ORIGIN = 0x2000000, LENGTH = 0x1000000 |