(powerpc-apple-darwin*): Use ${CC} instead of
hardcoding gcc.
This commit is contained in:
parent
5074ca955c
commit
4cb7603b9d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue