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 | 7d4ce8a99b88332a27b79b1270369fb4ef08e5b6 (patch) | |
tree | 4fe57ba932e87733650bb1aa7a25ff6a512dd04f /gas/configure.in | |
parent | f7bddfb6d9f9ff4900581463e87618768647426e (diff) | |
download | gdb-7d4ce8a99b88332a27b79b1270369fb4ef08e5b6.zip gdb-7d4ce8a99b88332a27b79b1270369fb4ef08e5b6.tar.gz gdb-7d4ce8a99b88332a27b79b1270369fb4ef08e5b6.tar.bz2 |
* 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 9ccab06..c373b9e 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 ;; |