diff options
author | Jeff Law <law@redhat.com> | 1999-07-08 11:37:23 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-07-08 11:37:23 +0000 |
commit | 06f4d278672f826a264b5680622d39922535c656 (patch) | |
tree | 32bc295b11c59175773688ee9f58dc9380579f16 /gas/configure.in | |
parent | 3ee4f72fb97449cc8059cf96f93cf0ffbb608a57 (diff) | |
download | binutils-redhat-06f4d278672f826a264b5680622d39922535c656.tar.gz |
* configure.in (hppa*-linux-gnu*): New target.
* configure: Rebuilt.
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 9ccab06213..c373b9ecb5 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -152,6 +152,7 @@ changequote([,])dnl fr30-*-*) fmt=elf bfd_gas=yes ;; hppa-*-*elf*) fmt=elf em=hppa ;; + hppa-*-linux-gnu*) fmt=elf em=hppa ;; hppa-*-lites*) fmt=elf em=hppa ;; hppa-*-osf*) fmt=som em=hppa ;; hppa-*-rtems*) fmt=elf em=hppa ;; |