comparison configure @ 96579:44db09925e6f

* configure.in: Use macppc for Darwin. * configure: Regenerate. * m/powermac.h: Remove file, it is now identical to m/macppc.h.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 10 Jul 2008 02:32:56 +0000
parents 33ec067952ba
children 5f13e5189ff8
comparison
equal deleted inserted replaced
96578:33a3f6f34c1d 96579:44db09925e6f
2460 2460
2461 ## Apple Darwin / Mac OS X 2461 ## Apple Darwin / Mac OS X
2462 *-apple-darwin* ) 2462 *-apple-darwin* )
2463 case "${canonical}" in 2463 case "${canonical}" in
2464 i[3456]86-* ) machine=intel386 ;; 2464 i[3456]86-* ) machine=intel386 ;;
2465 powerpc-* ) machine=powermac ;; 2465 powerpc-* ) machine=macppc ;;
2466 * ) unported=yes ;; 2466 * ) unported=yes ;;
2467 esac 2467 esac
2468 opsys=darwin 2468 opsys=darwin
2469 # Define CPP as follows to make autoconf work correctly. 2469 # Define CPP as follows to make autoconf work correctly.
2470 CPP="${CC-cc} -E -no-cpp-precomp" 2470 CPP="${CC-cc} -E -no-cpp-precomp"