aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rwxr-xr-xgas/configure1
-rw-r--r--gas/configure.in1
3 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 21ad00e..7d4a350 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+Tue May 2 16:34:47 1995 Jeff Law (law@snake.cs.utah.edu)
+
+ * configure (hppa*-*-lites*): Handle just like hppa*-*-*elf*.
+ * configure.in: Likewise.
+
Tue May 2 11:22:00 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
* read.c (pop_insert): New function.
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 ;;
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 ;;