diff options
author | lloyd <[email protected]> | 2011-04-22 13:08:05 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-04-22 13:08:05 +0000 |
commit | 8b40f974e65b7cc7d21a8e72b5f18f6e14208e57 (patch) | |
tree | 1192bdf14dbab29218db64abbef9ec0217ce30c8 /src/build-data/arch | |
parent | 7b96a4844bf97b9c04a18565334e21dc89b8ba0b (diff) |
Rename all references of ia32 to x86-32 and amd64 to x86-64.
Back the reported version from 1.10.0 to 1.9.17 for the time
being. Still on the fence if this will be 1.10.0 or another release
candidate instead.
Diffstat (limited to 'src/build-data/arch')
-rw-r--r-- | src/build-data/arch/x86_32.txt (renamed from src/build-data/arch/ia32.txt) | 1 | ||||
-rw-r--r-- | src/build-data/arch/x86_64.txt (renamed from src/build-data/arch/amd64.txt) | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/build-data/arch/ia32.txt b/src/build-data/arch/x86_32.txt index f21f8a551..9289f1b2e 100644 --- a/src/build-data/arch/ia32.txt +++ b/src/build-data/arch/x86_32.txt @@ -4,6 +4,7 @@ unaligned ok family x86 <aliases> +ia32 x86 ix86 80x86 diff --git a/src/build-data/arch/amd64.txt b/src/build-data/arch/x86_64.txt index b3b9879d2..59e48329a 100644 --- a/src/build-data/arch/amd64.txt +++ b/src/build-data/arch/x86_64.txt @@ -4,8 +4,8 @@ unaligned ok family x86 <aliases> +amd64 x86-64 -x86_64 # for RPM em64t x64 </aliases> |