aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorChip Turner2011-08-24 16:08:08 -0700
committerMax Howell2011-08-25 00:36:37 +0100
commit3299ffe5904bb5d0664c7fd77119556570dd7704 (patch)
tree5bd8877a5a213a11b376bae114197314607b7a44 /Library/Homebrew
parentd5f7594748b4510d7c6ab0ea8c08c4ed9f249a85 (diff)
downloadbrew-3299ffe5904bb5d0664c7fd77119556570dd7704.tar.bz2
add arrandale to list of core2 CPUs
Diffstat (limited to 'Library/Homebrew')
-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