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/cc/gcc.txt | |
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/cc/gcc.txt')
-rw-r--r-- | src/build-data/cc/gcc.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt index 33b0cbfe6..cb142dba6 100644 --- a/src/build-data/cc/gcc.txt +++ b/src/build-data/cc/gcc.txt @@ -53,6 +53,7 @@ westmere -> "-march=corei7 -maes -momit-leaf-frame-pointer" #westmere -> "-march=core2 -msse4.1 -msse4.2 -maes -momit-leaf-frame-pointer" sandybridge -> "-march=corei7-avx -momit-leaf-frame-pointer" +ivybridge -> "-march=core-avx-i -momit-leaf-frame-pointer" atom32 -> "-march=atom -momit-leaf-frame-pointer" ppc601 -> "-mpowerpc -mcpu=601" |