aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorChip Turner2011-08-24 16:08:08 -0700
committerMax Howell2011-08-25 00:36:37 +0100
commit9da7f5fe316a5e8e78cebe4d22a66caaadf6b64c (patch)
tree5808adcf160d62b3c13f55b6d8405d8e9171e725 /Library
parent0fb5012e616d3f08c71509e92d3954eb5672aef1 (diff)
downloadhomebrew-9da7f5fe316a5e8e78cebe4d22a66caaadf6b64c.tar.bz2
add arrandale to list of core2 CPUs
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/ENV.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV.rb b/Library/Homebrew/extend/ENV.rb
index 8ca166ac0..86de1a35a 100644
--- a/Library/Homebrew/extend/ENV.rb
+++ b/Library/Homebrew/extend/ENV.rb
@@ -54,7 +54,7 @@ module HomebrewEnvExtension
# http://gcc.gnu.org/onlinedocs/gcc-4.3.3/gcc/i386-and-x86_002d64-Options.html
if MACOS_VERSION >= 10.6
case Hardware.intel_family
- when :nehalem, :penryn, :core2
+ when :nehalem, :penryn, :core2, :arrandale
# the 64 bit compiler adds -mfpmath=sse for us
cflags << "-march=core2"
when :core