diff options
Diffstat (limited to 'ld/ld-gld.script')
-rwxr-xr-x | ld/ld-gld.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld-gld.script b/ld/ld-gld.script index a14fed3..2f402c1 100755 --- a/ld/ld-gld.script +++ b/ld/ld-gld.script @@ -1,5 +1,5 @@ OUTPUT_ARCH(sparc) -OUTPUT_FORMAT("a.out-generic-big") +OUTPUT_FORMAT("a.out-sunos-big") SEARCH_DIR(/lib) SEARCH_DIR(/usr/lib) SEARCH_DIR(/usr/local/lib) |