aboutsummaryrefslogtreecommitdiff
path: root/binutils/configure.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1992-08-18 20:34:26 +0000
committerIan Lance Taylor <ian@airs.com>1992-08-18 20:34:26 +0000
commitf478fcf663054c7059b0e5ee490d2ecbf398221d (patch)
tree3e8b2813dfc6032ae89a7bea3473d9a99c20d47d /binutils/configure.in
parent967d40ca76bb03a50621314468ba9f6eeed6f998 (diff)
downloadgdb-f478fcf663054c7059b0e5ee490d2ecbf398221d.zip
gdb-f478fcf663054c7059b0e5ee490d2ecbf398221d.tar.gz
gdb-f478fcf663054c7059b0e5ee490d2ecbf398221d.tar.bz2
Moved in from p3:
Tue Aug 18 13:28:44 1992 Ian Lance Taylor (ian@cygnus.com) * config/mh-apollo68v: removed -g from CC definition. * Makefile.in: always create installation directories.
Diffstat (limited to 'binutils/configure.in')
-rw-r--r--binutils/configure.in16
1 files changed, 13 insertions, 3 deletions
diff --git a/binutils/configure.in b/binutils/configure.in
index 6912fef..214ebfb 100644
--- a/binutils/configure.in
+++ b/binutils/configure.in
@@ -13,6 +13,16 @@ case "${host_cpu}" in
rs6000) my_host=rs6000
;;
+hppa*)
+ case "${host_vendor}" in
+ hp)
+ case "${host_os}" in
+ hpux) my_host=hppahpux ;;
+ bsd) my_host=hppabsd ;;
+ esac
+ ;;
+ esac
+ ;;
mips)
case "${host_vendor}" in
dec) my_host=decstation ;;
@@ -32,7 +42,7 @@ m88k)
esac
;;
-m68k)
+m68*)
case "${host_vendor}" in
cbm)
case ${host_os} in
@@ -103,9 +113,9 @@ links="sysdep.h"
if [ ! -f ${srcdir}/${files} ] ; then
if [ -n "${my_host}" ] ; then
- echo '***' No file ${srcdir}/${files}
+ echo '***' No file ${srcdir}/${files} 1>&2
fi
- echo '***' ${srcname} does not support host ${host}
+ echo '***' ${srcname} does not support host ${host} 1>&2
exit 1
fi