diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-17 18:04:34 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-17 18:04:34 +0000 |
commit | fc984eb0a3f220a7cdc1c8868cf7080817359b73 (patch) | |
tree | c63dc3dc5fe341f457ea92f0fb67d19e1437f2e1 /gas | |
parent | df58e8b3c9db10a97d98e145ae97ae84b3f984f3 (diff) | |
download | gdb-fc984eb0a3f220a7cdc1c8868cf7080817359b73.zip gdb-fc984eb0a3f220a7cdc1c8868cf7080817359b73.tar.gz gdb-fc984eb0a3f220a7cdc1c8868cf7080817359b73.tar.bz2 |
Thu Apr 17 13:59:47 1997 Per Fogelstrom <pefo@openbsd.org>
* configure.in (mips-*-openbsd*): New target.
* configure: Rebuild.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rwxr-xr-x | gas/configure | 2 | ||||
-rw-r--r-- | gas/configure.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8228bf7..0eed743 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 17 13:59:47 1997 Per Fogelstrom <pefo@openbsd.org> + + * configure.in (mips-*-openbsd*): New target. + * configure: Rebuild. + start-sanitize-d30v Wed Apr 16 12:31:24 1997 Martin Hunt <hunt@cygnus.com> diff --git a/gas/configure b/gas/configure index 46f6392..59a7a88 100755 --- a/gas/configure +++ b/gas/configure @@ -890,7 +890,7 @@ for this_target in $target $canon_targets ; do mips-*-lnews*) fmt=ecoff targ=mips-lit em=lnews ;; mips-*-riscos*) fmt=ecoff targ=mips-big ;; mips-*-sysv*) fmt=ecoff targ=mips-big ;; - mips-*-elf* | mips-*-rtems* | mips-*-linux* | mips-*-gnu*) + mips-*-elf* | mips-*-rtems* | mips-*-linux* | mips-*-gnu* | mips-*-openbsd*) fmt=elf case "$endian" in big) targ=mips-big ;; diff --git a/gas/configure.in b/gas/configure.in index 1bbc1b6..663567c 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -233,7 +233,7 @@ changequote([,])dnl mips-*-lnews*) fmt=ecoff targ=mips-lit em=lnews ;; mips-*-riscos*) fmt=ecoff targ=mips-big ;; mips-*-sysv*) fmt=ecoff targ=mips-big ;; - mips-*-elf* | mips-*-rtems* | mips-*-linux* | mips-*-gnu*) + mips-*-elf* | mips-*-rtems* | mips-*-linux* | mips-*-gnu* | mips-*-openbsd*) fmt=elf case "$endian" in big) targ=mips-big ;; |