diff options
author | Jeff Law <law@redhat.com> | 1995-05-02 22:39:41 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-05-02 22:39:41 +0000 |
commit | 55ac59da2eab55ab8f74d69eab13c36d4da9fd3b (patch) | |
tree | 958816c694a58263702e2ceb040c006a63e09164 /gas/configure.in | |
parent | 8baa2ba4c1b6db2602f5c982dd609e67af533791 (diff) | |
download | gdb-55ac59da2eab55ab8f74d69eab13c36d4da9fd3b.zip gdb-55ac59da2eab55ab8f74d69eab13c36d4da9fd3b.tar.gz gdb-55ac59da2eab55ab8f74d69eab13c36d4da9fd3b.tar.bz2 |
Add hppa1.1-hp-lites support.
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 0224026..088a04a 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -79,6 +79,7 @@ case ${generic_target} in arm-*-riscix*) obj_format=aout ;; hppa-*-*elf*) obj_format=elf emulation=hppa ;; + hppa-*-lites*) obj_format=elf emulation=hppa ;; hppa-*-osf*) obj_format=som emulation=hppa ;; hppa-*-hpux*) obj_format=som emulation=hppa ;; hppa-*-bsd*) obj_format=som emulation=hppa ;; |