diff options
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rwxr-xr-x | configure | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | 2003-12-01 Andreas Schwab <schwab@suse.de> | 1 | 2003-12-01 Andreas Schwab <schwab@suse.de> |
| 2 | 2 | ||
| 3 | * configure.in (powerpc-apple-darwin*): Use ${CC} instead of | 3 | * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of |
| 4 | hardcoding gcc. | 4 | hardcoding gcc. |
| 5 | * configure: Rebuild. | 5 | * configure: Rebuild. |
| 6 | 6 | ||
| @@ -2576,7 +2576,7 @@ _ACEOF | |||
| 2576 | powerpc-apple-darwin* ) | 2576 | powerpc-apple-darwin* ) |
| 2577 | machine=powermac opsys=darwin | 2577 | machine=powermac opsys=darwin |
| 2578 | # Define CPP as follows to make autoconf work correctly. | 2578 | # Define CPP as follows to make autoconf work correctly. |
| 2579 | CPP="${CC} -E -no-cpp-precomp" | 2579 | CPP="${CC-cc} -E -no-cpp-precomp" |
| 2580 | ;; | 2580 | ;; |
| 2581 | 2581 | ||
| 2582 | ## AMD x86-64 Linux-based GNU system | 2582 | ## AMD x86-64 Linux-based GNU system |