aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-05-10 02:06:36 +0000
committerFred Fish <fnf@specifix.com>1996-05-10 02:06:36 +0000
commit31ed312c118db558b54194e7f55e0a27e03a7909 (patch)
treed16f5a6a0db45b565ac2ff491ed99f158cd71937 /gdb/configure.in
parent9a739379c4035546b1c251f4d3656211e162a64b (diff)
downloadgdb-31ed312c118db558b54194e7f55e0a27e03a7909.zip
gdb-31ed312c118db558b54194e7f55e0a27e03a7909.tar.gz
gdb-31ed312c118db558b54194e7f55e0a27e03a7909.tar.bz2
* aclocal.m4: Remove unused definition of AC_C_CROSS.
* configure.in: Add powerpcle-*-solaris* host and target config so April 30th change does not get lost next time configure is rebuilt.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index 71ec9ec..3c38d8c 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -379,6 +379,7 @@ ns32k-utek-sysv*) gdb_host=merlin ;;
powerpc-*-aix*) gdb_host=aix ;;
powerpcle-*-cygwin32) gdb_host=cygwin32 ;;
+powerpcle-*-solaris*) gdb_host=solaris ;;
pn-*-*) gdb_host=pn ;;
pyramid-*-*) gdb_host=pyramid ;;
@@ -590,6 +591,7 @@ powerpc-*-netware*) gdb_target=ppc-nw
powerpc-*-aix4*) gdb_target=aix4 ;;
powerpc-*-aix*) gdb_target=aix ;;
powerpcle-*-cygwin32) gdb_target=cygwin32 ;;
+powerpcle-*-solaris*) gdb_target=solaris ;;
powerpc-*-eabi*) if test x"$powerpc_sim" = x"yes"; then
gdb_target=ppc-sim
else