diff options
author | John Gilmore <gnu@cygnus> | 1991-10-25 08:03:08 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-25 08:03:08 +0000 |
commit | db138ce2a7d36a3c1854376c8eba0bd1add0b7dd (patch) | |
tree | 6c4da6dc28d18a48fae1fca011a8ba07cc13fc77 | |
parent | fa8f1d093b7d7472fbdac59b4f52ed861b077f00 (diff) | |
download | gdb-db138ce2a7d36a3c1854376c8eba0bd1add0b7dd.zip gdb-db138ce2a7d36a3c1854376c8eba0bd1add0b7dd.tar.gz gdb-db138ce2a7d36a3c1854376c8eba0bd1add0b7dd.tar.bz2 |
Update doc on how to define an architecture for "mh" change.
-rw-r--r-- | bfd/aoutx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h index 1cdba1b..1620846 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. */ |