comparison configure @ 53774:51a648ff0fe0

Regenerate.
author Andreas Schwab <schwab@suse.de>
date Sun, 01 Feb 2004 16:40:34 +0000
parents f800e307fc39
children 1d63c711a643
comparison
equal deleted inserted replaced
53773:6becf34c6cfe 53774:51a648ff0fe0
2608 ## Darwin / Mac OS X 2608 ## Darwin / Mac OS X
2609 powerpc-apple-darwin* ) 2609 powerpc-apple-darwin* )
2610 machine=powermac opsys=darwin 2610 machine=powermac opsys=darwin
2611 # Define CPP as follows to make autoconf work correctly. 2611 # Define CPP as follows to make autoconf work correctly.
2612 CPP="${CC-cc} -E -no-cpp-precomp" 2612 CPP="${CC-cc} -E -no-cpp-precomp"
2613 # Use fink packages if available.
2614 if test -d /sw/include && test -d /sw/lib; then
2615 GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
2616 CPP="${CPP} ${GCC_TEST_OPTIONS}"
2617 NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
2618 fi
2613 ;; 2619 ;;
2614 2620
2615 ## AMD x86-64 Linux-based GNU system 2621 ## AMD x86-64 Linux-based GNU system
2616 x86_64-*-linux-gnu* ) 2622 x86_64-*-linux-gnu* )
2617 machine=amdx86-64 opsys=gnu-linux 2623 machine=amdx86-64 opsys=gnu-linux