hardware: no special penryn CFLAGS.

These are the same as `core2` (at least for `gcc`).

Fixes #5502.
This commit is contained in:
Mike McQuaid 2019-01-08 19:14:29 +00:00
parent 1b15ff140b
commit b1e60f9c76
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
2 changed files with 0 additions and 3 deletions

View File

@ -2,8 +2,6 @@ module Hardware
def self.oldest_cpu
if MacOS.version >= :mojave
:nehalem
elsif MacOS.version >= :sierra
:penryn
else
generic_oldest_cpu
end

View File

@ -8,7 +8,6 @@ module Hardware
class << self
OPTIMIZATION_FLAGS = {
nehalem: "-march=nehalem",
penryn: "-march=penryn",
core2: "-march=core2",
core: "-march=prescott",
armv6: "-march=armv6",