(powerpc-apple-darwin*): Use ${CC-cc} instead of

hardcoding gcc.
This commit is contained in:
Andreas Schwab 2003-12-01 00:45:10 +00:00
parent 55e4f3cdde
commit be5a5b39da

View file

@ -1134,7 +1134,7 @@ dnl see the `changequote' comment above.
powerpc-apple-darwin* )
machine=powermac opsys=darwin
# Define CPP as follows to make autoconf work correctly.
CPP="${CC} -E -no-cpp-precomp"
CPP="${CC-cc} -E -no-cpp-precomp"
;;
## AMD x86-64 Linux-based GNU system