i860) my_host=stratus
;;
-i386)
+i386 | i486)
case "${host_vendor}" in
ncr*)
case "${host_os}" in
*) my_host=vaxbsd ;;
esac
;;
-hppa)
+hppa*)
case "${host_vendor}" in
hp)
case "${host_os}" in
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
m68k-wrs-* ) bfd_target=m68k-aout ;;
m680[01234]0-wrs-* ) bfd_target=m68k-aout ;;
+m68*-ericsson-* ) bfd_target=m68k-aout ;;
+
m68k-sun-* ) bfd_target=m68k-aout ;;
m680[01234]0-sun-* ) bfd_target=m68k-aout ;;
sparc-sun-sysv4 ) bfd_target=sparc-elf ;;
vax-*-* ) bfd_target=vax ;;
tahoe-*-* ) bfd_target=tahoe ;;
-hppa-hp-hpux ) bfd_target=hppahpux ;;
-hppa-hp-bsd ) bfd_target=hppabsd ;;
+hppa*-hp-hpux ) bfd_target=hppahpux ;;
+hppa*-hp-bsd ) bfd_target=hppabsd ;;
+
+i[34]86-ncr-sysv4* ) bfd_target=i386-elf ;;
*-*-aout ) bfd_target=${target_cpu}-aout ;;
*-*-bsd ) bfd_target=${target_cpu}-aout ;;
if [ ! -f ${srcdir}/config/${bfd_target}.mt ] ; then
if [ -n "${bfd_target}" ] ; then
- echo '***' No file ${srcdir}/config/${bfd_target}.mt
+ echo '***' No file ${srcdir}/config/${bfd_target}.mt 1>&2
fi
- echo '***' BFD does not support target ${target}
- echo '***' Look in bfd/configure.in for supported targets
+ echo '***' BFD does not support target ${target} 1>&2
+ echo '***' Look in bfd/configure.in for supported targets 1>&2
exit 1
fi
target_makefile_frag=config/${bfd_target}.mt