Rebuild.
This commit is contained in:
parent
be5a5b39da
commit
2a75d75d3f
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
2003-12-01 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* configure.in (powerpc-apple-darwin*): Use ${CC} instead of
|
||||
* configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
|
||||
hardcoding gcc.
|
||||
* configure: Rebuild.
|
||||
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -2576,7 +2576,7 @@ _ACEOF
|
|||
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