1 # This file is a shell script fragment that supplies the information
2 # necessary to tailor a template configure script into the configure
3 # script appropriate for this directory. For more information, check
4 # any existing configure script.
11 if [ "${host_os}" = "posix" ] ; then
15 rs6000) my_host=aix ;;
17 case "${host_vendor}" in
18 dec) my_host=dec3100 ;;
22 case "${host_vendor}" in
32 case "${host_vendor}" in
40 case "${host_vendor}" in
43 sysv) my_host=i386v ;;
50 case "${host_vendor}" in
55 rtpc) my_host=rtbsd ;;
56 tahoe | vax) my_host=${host_cpu} ;;
60 if [ ! -f config/h-${my_host} ] ; then
61 echo '***' The linker do not support host ${host}
65 host_makefile_frag=config/h-${my_host}
71 case ${target_vendor} in
72 sun) my_target=sun4 ;;
75 m88k) my_target=m88k-bcs ;;
76 a29k) my_target=coff-a29k ;;
77 h8300) my_target=h8300hds ;;
79 case ${target_vendor} in
80 sun) my_target=sun3 ;;
81 sony) my_target=news;;
82 *) echo "Unknown 68k target vendor:" ${target_vendor} ;;
87 target_makefile_frag=config/t-${my_target}