diff options
author | Steve Chamberlain <steve@cygnus> | 1991-05-13 18:47:30 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-05-13 18:47:30 +0000 |
commit | df9d12efd3850b4324323176fae2e8dfb57ba551 (patch) | |
tree | 1bc3652e16241b01d697da7e19968cfe45c8d479 | |
parent | 99a2aa2cb5e1e3fcd5a88ad452ae13d9f7236a6a (diff) | |
download | ppe42-binutils-df9d12efd3850b4324323176fae2e8dfb57ba551.tar.gz ppe42-binutils-df9d12efd3850b4324323176fae2e8dfb57ba551.zip |
Now use a.out-sunos rather than a.out-generic
-rw-r--r-- | ld/config.h | 8 | ||||
-rwxr-xr-x | ld/ld-gld-Ur.script | 4 | ||||
-rwxr-xr-x | ld/ld-gld.script | 2 | ||||
-rwxr-xr-x | ld/ld-gld68k.script | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/ld/config.h b/ld/config.h index 995b2ce0cd..07cbad6407 100644 --- a/ld/config.h +++ b/ld/config.h @@ -5,7 +5,7 @@ This file is part of GLD, the Gnu Linker. GLD is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by + it under the terms of the GNU Genexral Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. @@ -39,11 +39,11 @@ /* Look in this variable for a target format */ #define TARGET_ENVIRON "GNUTARGET" /* If not there then choose this */ -#define GLD_TARGET "a.out-generic-big" -#define GLD68K_TARGET "a.out-generic-big" +#define GLD_TARGET "a.out-sunos-big" +#define GLD68K_TARGET "a.out-sunos-big" #define LNK960_TARGET "coff-Intel-big" #define GLD960_TARGET "b.out.big" -#define VANILLA_TARGET "a.out-generic-big" +#define VANILLA_TARGET "a.out-sunos-big" #define GLDM88KBCS_TARGET "m88kbcs" diff --git a/ld/ld-gld-Ur.script b/ld/ld-gld-Ur.script index 8d3f12b89e..3871454f8d 100755 --- a/ld/ld-gld-Ur.script +++ b/ld/ld-gld-Ur.script @@ -1,4 +1,4 @@ -SCRIPT + SEARCH_DIR(/lib) SEARCH_DIR(/usr/lib) SEARCH_DIR(/usr/local/lib) @@ -28,4 +28,4 @@ SECTIONS [COMMON] } } -ENDSCRIPT + diff --git a/ld/ld-gld.script b/ld/ld-gld.script index a14fed3857..2f402c1324 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) diff --git a/ld/ld-gld68k.script b/ld/ld-gld68k.script index 6a1cbb3b80..be91d916a9 100755 --- a/ld/ld-gld68k.script +++ b/ld/ld-gld68k.script @@ -1,4 +1,4 @@ -OUTPUT_FORMAT("a.out-generic-big") +OUTPUT_FORMAT("a.out-sunos-big") OUTPUT_ARCH(m68k) SEARCH_DIR(/lib) |