diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-18 15:52:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-18 15:52:33 +0000 |
commit | 894cca25692c59c3d8a5dbc9bcc5aca282770698 (patch) | |
tree | 19c50d7597430fbda7eb33d4283d508194eee591 /gas/configure.in | |
parent | 896d548cb1cc34cdc6495c880eb42262fd6f1648 (diff) | |
download | gdb-894cca25692c59c3d8a5dbc9bcc5aca282770698.zip gdb-894cca25692c59c3d8a5dbc9bcc5aca282770698.tar.gz gdb-894cca25692c59c3d8a5dbc9bcc5aca282770698.tar.bz2 |
Fri Apr 18 11:51:35 1997 Niklas Hallqvist <niklas@appli.se>
* configure.in (alpha*-*-openbsd*): New target.
* configure: Rebuild.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in index 663567c..3c96a28 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -118,6 +118,7 @@ changequote([,])dnl alpha-*-*vms*) fmt=evax ;; alpha-*-netware*) fmt=ecoff ;; + alpha-*-openbsd*) fmt=ecoff ;; alpha-*-osf*) fmt=ecoff ;; alpha-*-linuxecoff*) fmt=ecoff ;; alpha-*-linux*) fmt=elf em=linux ;; |