(powerpc-apple-darwin*): Use ${CC-cc} instead of
hardcoding gcc.
This commit is contained in:
parent
55e4f3cdde
commit
be5a5b39da
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="${CC} -E -no-cpp-precomp"
|
||||
CPP="${CC-cc} -E -no-cpp-precomp"
|
||||
;;
|
||||
|
||||
## AMD x86-64 Linux-based GNU system
|
||||
|
|
Loading…
Add table
Reference in a new issue