diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-31 21:34:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-31 21:34:52 +0000 |
commit | 332d5c4952a98f82365cbd1944349749dfdccf33 (patch) | |
tree | 725c407b8ef16d2bffef9ba940a4629c5af7ba13 /gas/configure.in | |
parent | 5cfc99877fb6e9f5a80c2b1c34e8506b29717802 (diff) | |
download | gdb-332d5c4952a98f82365cbd1944349749dfdccf33.zip gdb-332d5c4952a98f82365cbd1944349749dfdccf33.tar.gz gdb-332d5c4952a98f82365cbd1944349749dfdccf33.tar.bz2 |
Mon Mar 31 16:31:04 1997 Joel Sherrill <joel@oarcorp.com>
* configure.in (hppa*-*-rtems*): New target, like hppa-*-*elf*.
* 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 693d7b1..a3ea10a 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -145,6 +145,7 @@ changequote([,])dnl hppa-*-*elf*) fmt=elf em=hppa ;; hppa-*-lites*) fmt=elf em=hppa ;; hppa-*-osf*) fmt=som em=hppa ;; + hppa-*-rtems*) fmt=elf em=hppa ;; hppa-*-hpux*) fmt=som em=hppa ;; hppa-*-bsd*) fmt=som em=hppa ;; hppa-*-hiux*) fmt=som em=hppa ;; |