diff options
author | lloyd <[email protected]> | 2009-11-11 06:28:04 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-11 06:28:04 +0000 |
commit | 6c65a953ac87ba8a57dda90e509a56b5f4f06999 (patch) | |
tree | fcd0db1f93c35b9cd9d8bcb81f8c76ca157a1fca /src | |
parent | 2466bb351ebcf48c9995c97253c96d00d2378dde (diff) |
Make em64t just an alias for amd64; add nocona as a submodel. Also add
x64 as another arch alias since some people seem to use it.
Diffstat (limited to 'src')
-rw-r--r-- | src/build-data/arch/amd64.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/build-data/arch/amd64.txt b/src/build-data/arch/amd64.txt index 6c1c2a7e4..58d1d3fa6 100644 --- a/src/build-data/arch/amd64.txt +++ b/src/build-data/arch/amd64.txt @@ -4,12 +4,14 @@ unaligned ok <aliases> x86-64 x86_64 # for RPM +em64t +x64 </aliases> <submodels> k8 k10 -em64t +nocona core2 nehalem westmere |