comparison configure.in @ 12843:4948ca294167

(i*386-*-isc4.*): Set GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Aug 1995 05:10:20 +0000
parents f5e4db7e8197
children e80cd1210452
comparison
equal deleted inserted replaced
12842:f5e4db7e8197 12843:4948ca294167
769 machine=intel386 769 machine=intel386
770 case "${canonical}" in 770 case "${canonical}" in
771 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; 771 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
772 *-isc2.2* ) opsys=isc2-2 ;; 772 *-isc2.2* ) opsys=isc2-2 ;;
773 *-isc4.0* ) opsys=isc4-0 ;; 773 *-isc4.0* ) opsys=isc4-0 ;;
774 *-isc4.* ) opsys=isc4-1 ;; 774 *-isc4.* ) opsys=isc4-1
775 GCC_TEST_OPTIONS=-posix
776 NON_GCC_TEST_OPTIONS=-Xp
777 ;;
775 *-isc* ) opsys=isc3-0 ;; 778 *-isc* ) opsys=isc3-0 ;;
776 *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;; 779 *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;;
777 *-esix* ) opsys=esix ;; 780 *-esix* ) opsys=esix ;;
778 *-xenix* ) opsys=xenix ;; 781 *-xenix* ) opsys=xenix ;;
779 *-linux* ) opsys=linux ;; 782 *-linux* ) opsys=linux ;;