diff options
author | lloyd <[email protected]> | 2012-08-31 14:15:26 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-08-31 14:15:26 +0000 |
commit | b72900c62a5c27e588a5512e65ced402bb508871 (patch) | |
tree | 5200f1315642d5d4ca73530e03a658682f6bf2c9 /src/build-data/arch | |
parent | e78969e9ef08de5b0f2d472e180d25ddfe8041f1 (diff) |
Add a --chost option to configure that takes a GNU style triplet.
Add a couple aliases so the GNU canonical names are understood by us.
Add an Ivy Bridge entry, match it up with the new GCC -march flag
Diffstat (limited to 'src/build-data/arch')
-rw-r--r-- | src/build-data/arch/x86_64.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/build-data/arch/x86_64.txt b/src/build-data/arch/x86_64.txt index 922daa104..8d74a193e 100644 --- a/src/build-data/arch/x86_64.txt +++ b/src/build-data/arch/x86_64.txt @@ -19,6 +19,7 @@ core2 nehalem westmere sandybridge +ivybridge </submodels> <submodel_aliases> @@ -38,6 +39,6 @@ corei7cpu860 -> nehalem <isa_extn> sse2:all -ssse3:core2,nehalem,westmere,atom,sandybridge -aes-ni:westmere,sandybridge +ssse3:core2,nehalem,westmere,atom,sandybridge,ivybridge +aes-ni:westmere,sandybridge,ivybridge </isa_extn> |