* config.bfd: Change #if 0 around uses of host_aout_vec to #if

HAVE_host_aout_vec.
This commit is contained in:
Ian Lance Taylor 1997-05-09 21:40:42 +00:00
parent 27349293ba
commit 3baa24adb1
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Fri May 9 17:40:02 1997 Ian Lance Taylor <ian@cygnus.com>
* config.bfd: Change #if 0 around uses of host_aout_vec to #if
HAVE_host_aout_vec.
Mon May 5 13:57:32 1997 Mike Meissner <meissner@cygnus.com>
* coffgen.c (coff_find_nearest_line): If there are no syments,

View File

@ -530,7 +530,7 @@ case "${targ}" in
targ_underscore=yes
;;
#if 0
#if HAVE_host_aout_vec
tahoe-*-*)
targ_defvec=host_aout_vec
targ_underscore=yes
@ -549,7 +549,7 @@ case "${targ}" in
;;
# end-sanitize-v850
#if 0
#if HAVE_host_aout_vec
vax-*-bsd* | vax-*-ultrix*)
targ_defvec=host_aout_vec
targ_underscore=yes