mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
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.
This commit is contained 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user