comparison configure @ 53210:097ee7bb2932

Rebuild.
author Andreas Schwab <schwab@suse.de>
date Mon, 01 Dec 2003 00:37:39 +0000
parents a919198c0f2f
children 63a0aa9b9e41
comparison
equal deleted inserted replaced
53209:bebf0e828f3e 53210:097ee7bb2932
2574 2574
2575 ## Darwin / Mac OS X 2575 ## Darwin / Mac OS X
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="gcc -E -no-cpp-precomp" 2579 CPP="${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
2583 x86_64-*-linux-gnu* ) 2583 x86_64-*-linux-gnu* )
2584 machine=amdx86-64 opsys=gnu-linux 2584 machine=amdx86-64 opsys=gnu-linux