* configure.in (hppa*-linux-gnu*): New target.

* configure: Rebuilt.
This commit is contained in:
Jeff Law 1999-07-08 11:37:23 +00:00
parent f7bddfb6d9
commit 7d4ce8a99b
3 changed files with 222 additions and 226 deletions

View File

@ -1,3 +1,8 @@
Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
* configure.in (hppa*-linux-gnu*): New target.
* configure: Rebuilt.
1999-07-08 Nick Clifton <nickc@cygnus.com>
* doc/c-arm.texi (ARM Directives): Document .thumb_set directive.

442
gas/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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 ;;