comparison configure.in @ 53209:bebf0e828f3e

(powerpc-apple-darwin*): Use ${CC} instead of hardcoding gcc.
author Andreas Schwab <schwab@suse.de>
date Mon, 01 Dec 2003 00:36:50 +0000
parents b1025973e761
children 446954802190
comparison
equal deleted inserted replaced
53208:56caacf7856d 53209:bebf0e828f3e
1132 1132
1133 ## Darwin / Mac OS X 1133 ## Darwin / Mac OS X
1134 powerpc-apple-darwin* ) 1134 powerpc-apple-darwin* )
1135 machine=powermac opsys=darwin 1135 machine=powermac opsys=darwin
1136 # Define CPP as follows to make autoconf work correctly. 1136 # Define CPP as follows to make autoconf work correctly.
1137 CPP="gcc -E -no-cpp-precomp" 1137 CPP="${CC} -E -no-cpp-precomp"
1138 ;; 1138 ;;
1139 1139
1140 ## AMD x86-64 Linux-based GNU system 1140 ## AMD x86-64 Linux-based GNU system
1141 x86_64-*-linux-gnu* ) 1141 x86_64-*-linux-gnu* )
1142 machine=amdx86-64 opsys=gnu-linux 1142 machine=amdx86-64 opsys=gnu-linux