diff options
author | lloyd <[email protected]> | 2008-10-12 22:37:37 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-12 22:37:37 +0000 |
commit | c294fd5c4aaa44e3130410354262e38026c7c538 (patch) | |
tree | ade25598af847ba13175a15a91a1aa1ec6f727ec /src | |
parent | 4a2d232f50a72ebf06e786b8f9b339dfd003f32e (diff) |
Default to Itanium2 if provided with just --cpu=ia64. This is safe
because there are not any ABI/ISA differences between them (AFAIK),
just scheduling. And I think Itanium2 is significantly more common than
Itanium1 at this point.
Diffstat (limited to 'src')
-rw-r--r-- | src/build-data/arch/ia64 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build-data/arch/ia64 b/src/build-data/arch/ia64 index 73b42a8c8..7ca84c007 100644 --- a/src/build-data/arch/ia64 +++ b/src/build-data/arch/ia64 @@ -1,6 +1,7 @@ realname "IA-64" -default_submodel itanium1 +# This is safe: only affects tuning, not ISA +default_submodel itanium2 <aliases> merced |