Add note about xeon.

Signed-off-by: Max Howell <max@methylblue.com>
This commit is contained in:
Adam Vandenberg 2009-08-11 04:37:04 +08:00 committed by Max Howell
parent 5752dd23ed
commit 7e723c107b

View File

@ -46,6 +46,10 @@ def hw_model
when "MacPro" when "MacPro"
$unknown_hw_model=true if major > 3 $unknown_hw_model=true if major > 3
# 'Xeon' is a marketing term, not a specific CPU:
# http://en.wikipedia.org/wiki/Xeon
# adamv says: I have a Mac Pro at work (MacPro4,1) and will try
# some compiler options out.
:xeon :xeon
when "PowerBook", "PowerMac", "RackMac" then :ppc when "PowerBook", "PowerMac", "RackMac" then :ppc