summaryrefslogtreecommitdiffstats
path: root/ld/config.h
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-05-13 18:47:30 +0000
committerSteve Chamberlain <steve@cygnus>1991-05-13 18:47:30 +0000
commitdf9d12efd3850b4324323176fae2e8dfb57ba551 (patch)
tree1bc3652e16241b01d697da7e19968cfe45c8d479 /ld/config.h
parent99a2aa2cb5e1e3fcd5a88ad452ae13d9f7236a6a (diff)
downloadppe42-binutils-df9d12efd3850b4324323176fae2e8dfb57ba551.tar.gz
ppe42-binutils-df9d12efd3850b4324323176fae2e8dfb57ba551.zip
Now use a.out-sunos rather than a.out-generic
Diffstat (limited to 'ld/config.h')
-rw-r--r--ld/config.h8
1 files changed, 4 insertions, 4 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"
OpenPOWER on IntegriCloud