Update doc on how to define an architecture for "mh" change.
authorJohn Gilmore <gnu@cygnus>
Fri, 25 Oct 1991 08:03:08 +0000 (08:03 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 25 Oct 1991 08:03:08 +0000 (08:03 +0000)
bfd/aoutx.h

index 1cdba1ba77304b2cde293cbd0cc02998e3a43a26..16208468fc5961e5c5e2931c0d25238feba43621 100644 (file)
@@ -97,11 +97,11 @@ produce a BFD target that will access ordinary a.out files on your host.
 
 To configure a new machine to use host-aout.c, specify:
 
-TDEFINES = -DDEFAULT_VECTOR=host_aout_big_vec
+TDEFAULTS = -DDEFAULT_VECTOR=host_aout_big_vec
 TDEPFILES= host-aout.o trad-core.o
 
-in the config/t-XXX file, and modify configure.in to use the
-t-XXX file (by setting "bfd_target=XXX") when your configuration is
+in the config/mt-XXX file, and modify configure.in to use the
+mt-XXX file (by setting "bfd_target=XXX") when your configuration is
 selected.
 
 */