diff options
author | Sean Eric Fagan <sef@cygnus> | 1992-04-14 21:28:04 +0000 |
---|---|---|
committer | Sean Eric Fagan <sef@cygnus> | 1992-04-14 21:28:04 +0000 |
commit | 570556da546f8cf5ebc058d7d59bc5469d78ba0b (patch) | |
tree | 9dc3bf98dd57e4c5a1a738aacff31da96621e96e | |
parent | 59ad286d22675458fa43319798f9c9f726b3e600 (diff) | |
download | binutils-gdb-570556da546f8cf5ebc058d7d59bc5469d78ba0b.tar.gz |
Changed to support Apollo Series 400 under bsd4.3 emulation environment.
-rw-r--r-- | bfd/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/configure.in b/bfd/configure.in index 8d488bff52e..d75e80af71f 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -60,6 +60,7 @@ m68k) apollo*) case "${host_os}" in sysv*) my_host=apollov68 ;; + bsd*) my_host=apollo68;; esac ;; esac |