From db138ce2a7d36a3c1854376c8eba0bd1add0b7dd Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 25 Oct 1991 08:03:08 +0000 Subject: [PATCH] Update doc on how to define an architecture for "mh" change. --- bfd/aoutx.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bfd/aoutx.h b/bfd/aoutx.h index 1cdba1ba773..16208468fc5 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -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. */ -- 2.30.2