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 | |
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')
-rwxr-xr-x | gas/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/configure b/gas/configure index cce0501..601d952 100755 --- a/gas/configure +++ b/gas/configure @@ -592,6 +592,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 ;; |