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 /ld/config.h | |
parent | 99a2aa2cb5e1e3fcd5a88ad452ae13d9f7236a6a (diff) | |
download | gdb-df9d12efd3850b4324323176fae2e8dfb57ba551.zip gdb-df9d12efd3850b4324323176fae2e8dfb57ba551.tar.gz gdb-df9d12efd3850b4324323176fae2e8dfb57ba551.tar.bz2 |
Now use a.out-sunos rather than a.out-generic
Diffstat (limited to 'ld/config.h')
-rw-r--r-- | ld/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/config.h b/ld/config.h index 995b2ce..07cbad6 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" |