diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-05-09 21:40:42 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-05-09 21:40:42 +0000 |
commit | 3baa24adb1f9b0a7e57c072cdb606ddc4fa71ee1 (patch) | |
tree | 9c586924056a5e6ef7d9a94323cbbd20e241f12b /bfd/config.bfd | |
parent | 27349293ba436b548f8ad5cb2065bf4b44d952b3 (diff) | |
download | gdb-3baa24adb1f9b0a7e57c072cdb606ddc4fa71ee1.zip gdb-3baa24adb1f9b0a7e57c072cdb606ddc4fa71ee1.tar.gz gdb-3baa24adb1f9b0a7e57c072cdb606ddc4fa71ee1.tar.bz2 |
* config.bfd: Change #if 0 around uses of host_aout_vec to #if
HAVE_host_aout_vec.
Diffstat (limited to 'bfd/config.bfd')
-rwxr-xr-x | bfd/config.bfd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index dff026b..719310d 100755 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -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 |