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

hardcoding gcc.
This commit is contained in:
Andreas Schwab 2003-12-01 00:36:50 +00:00
parent 5074ca955c
commit 4cb7603b9d

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="gcc -E -no-cpp-precomp"
CPP="${CC} -E -no-cpp-precomp"
;;
## AMD x86-64 Linux-based GNU system