Line 0
Link Here
|
|
|
1 |
--- rpmrc.in.orig Thu Sep 14 02:55:15 2000 |
2 |
+++ rpmrc.in Sat May 7 01:21:44 2005 |
3 |
@@ -53,6 +53,10 @@ |
4 |
arch_canon: i586: i586 1 |
5 |
arch_canon: i486: i486 1 |
6 |
arch_canon: i386: i386 1 |
7 |
+arch_canon: x86_64: x86_64 1 |
8 |
+arch_canon: amd64: amd64 1 |
9 |
+arch_canon: ia32e: ia32e 1 |
10 |
+ |
11 |
arch_canon: alpha: alpha 2 |
12 |
arch_canon: alphaev5: alphaev5 2 |
13 |
arch_canon: alphaev56: alphaev56 2 |
14 |
@@ -161,6 +165,10 @@ |
15 |
buildarchtranslate: milan: m68kmint |
16 |
buildarchtranslate: hades: m68kmint |
17 |
|
18 |
+buildarchtranslate: x86_64: x86_64 |
19 |
+buildarchtranslate: amd64: x86_64 |
20 |
+buildarchtranslate: ia32e: x86_64 |
21 |
+ |
22 |
############################################################# |
23 |
# Architecture compatibility |
24 |
|
25 |
@@ -223,6 +231,10 @@ |
26 |
|
27 |
arch_compat: ia64: noarch |
28 |
|
29 |
+arch_compat: x86_64: amd64 athlon noarch |
30 |
+arch_compat: amd64: x86_64 athlon noarch |
31 |
+arch_compat: ia32e: x86_64 athlon noarch |
32 |
+ |
33 |
os_compat: IRIX64: IRIX |
34 |
os_compat: solaris2.7: solaris2.3 solaris2.4 solaris2.5 solaris2.6 |
35 |
os_compat: solaris2.6: solaris2.3 solaris2.4 solaris2.5 |
36 |
@@ -288,6 +300,9 @@ |
37 |
|
38 |
buildarch_compat: ia64: noarch |
39 |
buildarch_compat: s390: noarch |
40 |
+buildarch_compat: x86_64: noarch |
41 |
+buildarch_compat: amd64: x86_64 |
42 |
+buildarch_compat: ia32e: x86_64 |
43 |
|
44 |
macrofiles: @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros.specspo:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros |
45 |
|