diff options
author | K. Richard Pixley <rich@cygnus> | 1991-08-23 04:50:56 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-08-23 04:50:56 +0000 |
commit | 69e87de278d46588593bca456fdf10cba7b52c88 (patch) | |
tree | 7bb961b671f32c46b0920bebf275174245ce4dba /bfd/configure.in | |
parent | 0a3492951d4c2596c8134f324b02b3aecf66a9c1 (diff) | |
download | ppe42-binutils-69e87de278d46588593bca456fdf10cba7b52c88.tar.gz ppe42-binutils-69e87de278d46588593bca456fdf10cba7b52c88.zip |
Minor config polish.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r-- | bfd/configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/configure.in b/bfd/configure.in index 30b3bb43f9..185079b308 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -102,6 +102,11 @@ hp) ;; esac ;; +none) + case "${target_cpu}" in + i386) bfd_target=i386-coff ;; + esac + ;; *) case "${target_cpu}" in tahoe | vax) bfd_target=${target_cpu} ;; |